Replace current ProxyKit code with ReverseProxy #736
Answered
by
Tratcher
npalla-tyler
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
Tratcher
Feb 11, 2021
Replies: 1 comment 1 reply
-
The proxykit equivalent API is called IHttpProxy: https://microsoft.github.io/reverse-proxy/articles/direct-proxying.html#update-startup |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
npalla-tyler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The proxykit equivalent API is called IHttpProxy: https://microsoft.github.io/reverse-proxy/articles/direct-proxying.html#update-startup
You can manipulate the outgoing requests using the HttpTransformer parameter.
https://github.com/microsoft/reverse-proxy/blob/f4ebaaf60c7194235a73b6131842011e0670bb78/samples/ReverseProxy.Direct.Sample/Startup.cs#L43-L53