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 from HttpContext to HttpRequestMessage
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.WithBeforeSendto manually copy the settings fromHttpContexttoHttpRequestMessage