Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Alejendro, this blogs for you!
Unfortunately, there is nothing within the IE User Interface itself that tells you a WPAD file was downloaded for use by IE. However, we can provide you a quick method of verification…
First, clear any cached data from the Temporary Internet Files directory:
NOTE: Please do NOT attempt to delete your cookies!
Next, pick a small web site to connect to and add it to the Start->Run dialog:
Click OK to load web site in IE. Now open the Internet Properties dialog using the below screen shots to open a window displaying files located within the Temporary Internet Files folder:
Notice the outlined file located in the TIF (Temporary Internet Files) folder. This is the WPAD file (the proxy configuration file) that was downloaded due to Automatic detection being enabled. You can easily copy/paste the file into a temp directory renaming it to have a .TXT extension. From there you can load the file in notepad.exe to see that the file content and logic within, if you wish.
NOTE: Do NOT open any files directly from the Temporary Internet Files folder!
I hope this answers your question Alejendro!
Regards,
The IE support Team
if (host == 'debug') { debugPAC ="PAC Debug Informationn"; debugPAC +="-----------------------------------n"; debugPAC +="Machine IP: " + myIpAddress() + "n"; debugPAC +="Hostname: " + host + "n"; if (isResolvable(host)) {resolvableHost = "True"} else {resolvableHost = "False"}; debugPAC +="Host Resolvable: " + resolvableHost + "n"; debugPAC +="Hostname IP: " + dnsResolve(host) + "n"; if (isPlainHostName(host)) {plainHost = "True"} else {plainHost = "False"}; debugPAC +="Plain Hostname: " + plainHost + "n"; debugPAC +="Domain Levels: " + dnsDomainLevels(host) + "n"; debugPAC +="URL: " + url + "n"; // Protocol can only be determined by reading the entire URL. if (url.substring(0,5)=="http:") {protocol="HTTP";} else if (url.substring(0,6)=="https:") {protocol="HTTPS";} else if (url.substring(0,4)=="ftp:") {protocol="FTP";} else {protocol="Unknown";} debugPAC +="Protocol: " + protocol + "n"; alert(debugPAC);}
Please sign in to use this experience.
Sign in