Opened 6 years ago
Last modified 6 years ago
#49203 new defect (bug)
Requests::request_multiple() does not honor $auth option
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | 5.4 |
| Component: | HTTP API | Keywords: | needs-patch |
| Focuses: | Cc: |
Description
If individual requests have an option for $auth, the authentication CURLOPTs don't get set as curl.before_send is never dispatched.
Manually setting an 'Authorization' header overcomes this limitation. I suspect this is not intended behaviour however, cf. documentation in #48349.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Requests is an external project, and this should be reported directly to the projects Github project.