You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems like something we could call out in the docs - The default ForwarderHttpClientFactory will set UseProxy to false, so if you want to use the default proxy (not a manually specified one from the config), you can flip it back to true.
Some details
In this doc https://microsoft.github.io/reverse-proxy/articles/http-client-config.html#httpclient is shows a way to configure a WebProxy, but not mention how to just set the
HttpClientHandler.UseProxy
totrue
,I use a custom configuration to set it to use system proxy for fiddler debugging
and I hope I can use the build in configuration for that
The text was updated successfully, but these errors were encountered: