twitchax / AspNetCore.Proxy

ASP.NET Core Proxies made easy.
MIT License
505 stars 80 forks source link

Built in method to relay the original request #105

Open achobanov opened 1 year ago

achobanov commented 1 year ago

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

twitchax commented 1 year ago

What do you mean by "propagate"? Can you give me a better idea of what the full use case is?