in reply to Re: Re: authenticate to a proxy server [Again!]
in thread authenticate to a proxy server [Again!]
The identity of your real proxy server is in the return value of the function:
So the proper configuration is:proxy.mycompany.intranet:8080
I found this with a Google search on FindProxyForURL. A good trick for figuring things out is to type your error message into Google.$ua->proxy(['http'],'http://proxy.mycompany.intranet:8080/');
It should work perfectly the first time! - toma
|
|---|