This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author juliadolgova
Recipients eryksun, juliadolgova, orsenthil, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-02-19.07:52:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487490772.56.0.306013806057.issue29533@psf.upfronthosting.co.za>
In-reply-to
Content
I compared the behavior of IE and urllib.
I put different addresses to the <proxy bypass list> ("Do not use proxy server for address beginning with" setting), made different requests through IE and urllib and watched if the proxy was bypassed.

IE doesn't even make a forward dns lookup for the hosname given to check whether it should bypass proxy, whereas urllib does.

For example:
proxy_bypass_list       request                          IE bypasses proxy   urllib bypasses proxy
23.253.135.79           https://python.org/              no                  yes
151.101.76.223          https://docs.python.org/         no                  yes
ovinnik.canonical.com   https://ubuntu.com/              no                  yes

compare_ie_urllib.txt - full report
History
Date User Action Args
2017-02-19 07:52:52juliadolgovasetrecipients: + juliadolgova, paul.moore, orsenthil, tim.golden, zach.ware, eryksun, steve.dower
2017-02-19 07:52:52juliadolgovasetmessageid: <1487490772.56.0.306013806057.issue29533@psf.upfronthosting.co.za>
2017-02-19 07:52:52juliadolgovalinkissue29533 messages
2017-02-19 07:52:52juliadolgovacreate