in reply to Re^2: How to Detect HTTP proxy settings automatically in Windows OS?
in thread How to Detect HTTP proxy settings automatically in Windows OS?

I thought of parsing this file and get the real proxy but to me Windows APIs looks simple approach (ofcourse if it works :) ) than parsing .pac file.

Well, if you put it that way :)

HTTP::ProxyAutoConfig - use a .pac or wpad.dat file to get proxy information

HTTP::ProxyPAC - use a PAC (Proxy Auto Config) file to get proxy info

  • Comment on Re^3: How to Detect HTTP proxy settings automatically in Windows OS?