Automatic configuration script in IE 8
-
Wednesday, December 05, 2012 8:25 AM
I am trying to create a Proxy.pac script for IE8. I have the following code whicg I found on Google :-)
javascript:alert ("Start of our PAC File");
function FindProxyForURL(url, host)
{
javascript:alert ("Inside the function");
return "PROXY isa.proxy.server.com:80";
}I have added the script by entering "C:\Temp\Proxy.pac" but it doesn't seem to apply. As far as I have found out, when the proxy.pac script is run it should show up in Temporary Internet Files.
Is there anything else that has to be changed to use the script and does it have to be located on a website?
/Lasse
All Replies
-
Wednesday, December 05, 2012 11:00 AM
this may help: http://superuser.com/questions/191037/local-pac-file-url-format-that-works-with-ie-and-safari-windowsDon
(Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)- Marked As Answer by LasseF Thursday, December 06, 2012 8:06 AM
-
Thursday, December 06, 2012 2:22 AMModerator
Hi,
For IE development issue, I would like suggest you post it to IE development forum for further help.
http://social.msdn.microsoft.com/Forums/en-US/category/iedevelopment
Regads.
Allen Li
TechNet Community Support -
Thursday, December 06, 2012 8:06 AM
Thanks for the link. Haven't tried it yet, but I am sure that it will work, the site shows how to link to a local file, and it's not the same way I tried to do it.
/Lasse
-
Monday, December 17, 2012 7:50 AM
The link solved the problem, so now it's working. Thanks!
/Lasse


