I have set the proxy file as shown below:
function FindProxyForURL(url, host) {
return "PROXY 10.10.10.10:8080";
}
Nothing exists at 10.10.10.10. In IE10/Windows 7 x64, I have disabled "Automatically Detect Settings" and "use Proxy Server for your LAN" under Lan Settings in IE.
The browser is just disregarding the PAC file and going to the websites direct, as they are being loaded in the browser.
Things I have tried with unsuccessful results: 1. Checked Proxy file path by directly putting it in browser URL field. It is downloadable through browser. 2. Double slash in the file path for pac file 3. Moving the pac file in different locations 4. Google Chorme with double slashes
Anything I am missing here?
Thanks,
John