Skip to content

Is YARP Support WCF #1327

Answered by Tratcher
AhmedAssaf asked this question in Q&A
Discussion options

You must be logged in to vote

YARP isn't designed for this kind of translation. YARP is designed to forward an existing request body with updated url and headers. For this scenario you'd have to parse and re-write the body (and more?), possibly in an endpoint specific way.

You'd probably be better off using a standard MVC/API endpoint to receive the REST requests, parse them, and then issue new WCF requests using WCF specific libraries.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by samsp-msft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants