We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a built-in way to simply propagate the incoming HTTP request using all of it's settings rather than calling a predefined endpoint?
I'm currently using IHttpProxyOptionsBuilder.WithBeforeSend to manually copy the settings from HttpContext to HttpRequestMessage
IHttpProxyOptionsBuilder.WithBeforeSend
HttpContext
HttpRequestMessage
The text was updated successfully, but these errors were encountered:
What do you mean by "propagate"? Can you give me a better idea of what the full use case is?
Sorry, something went wrong.
No branches or pull requests
Question
Is there a built-in way to simply propagate the incoming HTTP request using all of it's settings rather than calling a predefined endpoint?
Where I'm at
I'm currently using
IHttpProxyOptionsBuilder.WithBeforeSend
to manually copy the settings fromHttpContext
toHttpRequestMessage
The text was updated successfully, but these errors were encountered: