Enable Authentication for url resources
Bug #1518712 reported by
SFERich
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
New
|
Wishlist
|
Unassigned |
Bug Description
Feature Enhancement.
In https:/
Adding auth=(user,
Changed in glance: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
If requests doesn't correctly handle an HTTP BasicAuth username/password in the URL, that sounds like a missing feature (or even a bug) in requests to me. But AFAICT it does:
https:/ /github. com/kennethreit z/requests/ blob/master/ requests/ models. py#L476
Have you actually tried this?