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?
|
feedback
|
|
Its simple: Browsers (Firefox works the same) query 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". | |||||||
feedback
|
|
This info about WPAD (Web Proxy Auto Detection) seems to describe the process in detail, though I have confirmed that what Tomalak says is also actually occurring. | |||
|
feedback
|
|
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). | |||
|
feedback
|
|
It's a network broadcast, usually using DHCP. That there wikipedia page should tell you all you need to know. | |||||||
feedback
|