Posts Tagged ‘proxy auto config’

Wpad file for Multiple Networks

WPAD.DAT Many of us use this proxy configuration file to automate proxy configuration for users. It is easy to configure wpad.dat for single network, but for some reason if you wish to use same wpad.dat file for multiple networks following might help you. function FindProxyForURL(url, host) { if (shExpMatch(url, “http://localhost*”)) { return “DIRECT”; } if [...]