I want Python to ignore Windows proxy settings when using urllib
. The only way I managed to do that was disabling all proxy settings on Internet Explorer. Is there any programmatic way?
os.environ['no_proxy']
is not a good option, since I'd like to avoid proxy for all addresses.