Hi On 30 Dec 2014 11:41 PM, "Jones, Rick" <rick.jo...@finra.org> wrote: > The problem is our proxy, we are using WPAD to get to an external proxy which lets people out. What settings do I need to modify in order to use cURL? I have tried setting http_proxy and https_proxy but I’m still unable to connect.
I believe libcurl does not include a WPAD interpreter (which would require that it had a built in javascript interpreter). Depending on what WPAD script actually contains, you might be able to hard code the proxy settings. If it's more complicated you will likely have to find or build your own WPAD interpreter and then use that to decide how to set the proxy settings depending on the URL/IP etc.
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html