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 Windson Yang
Recipients Windson Yang, orsenthil, xtreak, ytvwld
Date 2019-01-27.03:53:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548561196.88.0.407143801542.issue34628@roundup.psfhosted.org>
In-reply-to
Content
Why requests library didn't raise an error because urllib3 (the library requests using) ignore the auth part right now

> Currently we expect our users to handle authentication headers themselves. It's unfortunate that we silently strip this information though...

The discuss also in https://github.com/urllib3/urllib3/issues/1530

Should we ignore the userinfo part of raising an error here?
History
Date User Action Args
2019-01-27 03:53:17Windson Yangsetrecipients: + Windson Yang, orsenthil, xtreak, ytvwld
2019-01-27 03:53:16Windson Yangsetmessageid: <1548561196.88.0.407143801542.issue34628@roundup.psfhosted.org>
2019-01-27 03:53:16Windson Yanglinkissue34628 messages
2019-01-27 03:53:16Windson Yangcreate