When Windows Internet Properties -> Connections -> LAN Settings -> Automatic Configuration is set to "Automatically detect settings" how does Windows actually determine/discover what the settings are? Is it a network broadcast or some kind of targeted query to a server configured somewhere in the registry, or something else?
Asked
Active
Viewed 9.4k times
5 Answers
83
Its simple: Browsers (Firefox works the same) query GET http://wpad/wpad.dat.
If a web server named wpad is resolveable, it should serve wpad.dat, a script file analog to netscape PAC files. MIME type must also be "application/x-ns-proxy-autoconfig".
Tomalak
- 322,446
- 66
- 504
- 612
-
-1 because the mechanism is more complicated. Mozilla's implementation fits the simple description, IE is more conformant to WPAD. – benc Oct 30 '09 at 06:35
-
15Sorry, but I have to disagree. WPAD is as simple as that. IE behaves exactly as described, and so does Firefox - not sure what you refer to. Can you elaborate? – Tomalak Oct 30 '09 at 09:44
-
1Interested to know what the timeout is for this, I found this question and answer after disabling the "Automatically detect settings" option to stop Chrome from hanging on "Downloading proxy script", when Chrome tries to load it's first web page. – StackEng2010 Mar 25 '18 at 22:37
8
The IE configuration described enables a WPAD implementation. Here's the Microsoft explanation of the entire mechanism (probably too much detail for a single post).
benc
- 1,213
- 5
- 29
- 38
7
It's a network broadcast, usually using DHCP.
That there wikipedia page should tell you all you need to know.
Ryan
- 9,860
- 7
- 41
- 57
-
2I suppose the people who modded this down didn't know that this broken auto-configuration protocol first queries the DHCP server, and only then goes on to try the usual list of default wpad-like URLs. – Alexander Oct 11 '08 at 22:43
-
-
Yes, DHCP is/was used by Microsoft. Other implementations vary. – Ricardo Pardini Jun 13 '13 at 07:02
-
1Help! How can I see what the DHCP is broadcasting about proxies? – Colonel Panic Jul 01 '13 at 12:46
-5
•Go to Tools > Options > General > Connection Settings > •Set to “Manual Proxy Configuration”