pacparser
pacparser copied to clipboard
Retrieve the pac file used by IE
From [email protected] on February 01, 2010 15:10:55
This is all good. Thanks for your excellent work. But I really think it would be a good thing if this library could be extended to optionally use the proxy configuration file currently used by IE. As it is working now you need to provide your own proxy.pac, but normally you just want to use the current settings on the machine (BTW this is how the HTTP classes in .NET works. If you want to open an URL you just specify it and the framework will pick up the right proxy to use by parsing the proxy.pac).
Original issue: http://code.google.com/p/pacparser/issues/detail?id=3
From [email protected] on March 12, 2011 12:23:03
(No comment was entered for this change.)
Labels: -Type-Defect -Priority-Medium Type-Enhancement Priority-Low OpSys-Windows
From [email protected] on November 22, 2013 01:27:46
I would also like a way to pass the retrieved wpad file into pacparser without having to first download the file to disk.
Perhaps pacparser.parse_pac should accept a url ?