How does Windows actually detect LAN (proxy) settings when using Automatic Configuration

痞子三分冷 提交于 2019-11-27 10:39:07

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".

Craig Day

This info about WPAD (Web Proxy Auto Discovery) seems to describe the process in detail, though I have confirmed that what Tomalak says is also actually occurring.

It's a network broadcast, usually using DHCP.

That there wikipedia page should tell you all you need to know.

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).

Its DHCP ;)

In modern systems it is DHCP who does this all.

•Go to Tools > Options > General > Connection Settings > •Set to “Manual Proxy Configuration”

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!