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

后端 未结 6 715
暖寄归人
暖寄归人 2020-12-02 06:39

When Windows Internet Properties -> Connections -> LAN Settings -> Automatic Configuration is set to \"Automatically detect settings\" how does Windows actually determine/di

6条回答
  •  感情败类
    2020-12-02 07:44

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

提交回复
热议问题