ThreeMammals / Ocelot

.NET API Gateway
https://www.nuget.org/packages/Ocelot
MIT License
8.32k stars 1.63k forks source link

configure routing through a proxy server #1773

Closed SF-LI closed 10 months ago

SF-LI commented 10 months ago

Hi Tom, I'm looking to route my requests through a proxy server. I've reviewed the documentation, but I couldn't find a way to specify a proxy server or proxy options, similar to what's possible with the HTTP client itself.

Is there any way to utilize a proxy server for this purpose? If so, what's the recommended best practice?

Regards, Wilko