Skip to content

Is there an equivalent to HttpNegotiateAuth? #1847

Answered by tomchristie
LBragg asked this question in Q&A
Discussion options

You must be logged in to vote

I don't know of any third party packages for httpx that provide an HTTP Negotiate authentication implementation, no.

We might well want to have httpx raise an exception at this point... httpx.AsyncClient(auth=HttpNegotiateAuth()) because you're passing the wrong type, which just isn't going to work. I do also recall another user who was trying to use a requests authentication class with httpx, so you're not the first person to try something like this.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@LBragg
Comment options

Answer selected by LBragg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants