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.
2 parents 06e87a2 + 7bb663a commit f71fee6Copy full SHA for f71fee6
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