07-20-2017, 12:15 PM
It seems that trying to get at the automatically configured proxy details is messy - see this Wikipedia article
You may be able to manually try retrieving the PAC file according to the approach outlined in that article, using wget or curl.
I also found a Python module for dealing with this (pypac) bit it would still require some fiddling in Python as it isn't really designed for debugging the protocol. There are probably other tools around too.
You may be able to manually try retrieving the PAC file according to the approach outlined in that article, using wget or curl.
I also found a Python module for dealing with this (pypac) bit it would still require some fiddling in Python as it isn't really designed for debugging the protocol. There are probably other tools around too.