FeatureRequest: support multiple proxy servers #896
Closed
Comments
Thanks! I agree that this is a nice suggestion for a feature that would fit nicely within libcurl. But as this is not a feature request tracker, I will add the idea to the |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
function FindProxyForURL(url, host)
{
return "PROXY PROXY1:3128;PROXY PROXY2:3128";
}
I expected the following
App is able to connect to server through the proxy1, if the proxy1 is N/A, then failover to proxy2
curl/libcurl version
7.49.1
[curl -V output perhaps?]
operating system
All
Note:
There was a email thread discussed about it. https://curl.haxx.se/mail/archive-2000-11/0032.html
The text was updated successfully, but these errors were encountered: