Ottimo sito di riferimento: http://findproxyforurl.com/wpad_tutorial.html http://blog.freyguy.com/archives/2006/03/01/proxy-auto-detect-ie-and-firefox/ http://techblog.mirabito.net.au/?p=21 Esempio cat wpad.dat function FindProxyForURL(url, host) { if (isInNet(host, “172.21.0.0”, “255.255.0.0”)){ return “DIRECT”; } if (isInNet(host, “172.17.0.0”, “255.255.0.0”)){