Hello, We hava this PAC file configured;
function FindProxyForURL(url, host)
{ return "PROXY astaro.aldahanco.com:8080; DIRECT"; }
We have a couple of intranet servers inside, the developers are always complaining about the testing like http://localhost, it gave us always an invalid argument error from the astaro and it will work fine when we turn off the web procy PAC file from the browser, Can you gave me an example or some code to inject in ur PAC file to bypass the localhost and/or the 192.168.x.x addresses for the intranet servers.
This thread was automatically locked due to age.