We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
session
1 parent 06e87a2 commit 7bb663aCopy full SHA for 7bb663a
README.rst
@@ -32,7 +32,7 @@ NTLM challenge-response.
32
from requests_ntlm import HttpNtlmAuth
33
34
session = requests.Session()
35
- session.auth = HttpNtlmAuth('domain\\username','password', session)
+ session.auth = HttpNtlmAuth('domain\\username','password')
36
session.get('http://ntlm_protected_site.com')
37
38
Installation
0 commit comments