Closed
Description
Using http_auth
is deprecated for passing Tuple[str, str]
and str
but is useful for custom HTTP authentication with the Requests library. For example Kerberos and GSS are possible with this method. To allow for these to continue working we'll continue setting requests.Session.auth = http_auth
when used this way.
Reference: #1776 (comment)
Metadata
Metadata
Assignees
Labels
No labels