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 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.