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
The last version doesn't support proxy. It could be very useful in that scenario behind a firewall.
You can implement it easily using FlurlHttp.Configure and defining a ProxyHttpClientFactory where overriding HttpMessageHandler
Describe the solution you'd like
You can add a parameter proxy in the Client method.
The text was updated successfully, but these errors were encountered:
The last version doesn't support proxy. It could be very useful in that scenario behind a firewall.
You can implement it easily using FlurlHttp.Configure and defining a ProxyHttpClientFactory where overriding HttpMessageHandler
Describe the solution you'd like
You can add a parameter proxy in the Client method.
The text was updated successfully, but these errors were encountered: