-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
401 error #61
Comments
The most likely issue is surrounding connection pooling. Can you tell me what versions of requests and requests_ntlm you're using? |
requests==2.7.0 |
Hmm, that's weird. Are you familiar with tcpdump? |
I can start some simple command. I am not sure how to decode https session. |
We don't need to decode the session, I just need to see how many TCP connections are created. |
This is output. |
Hmm that looks like an entirely reasonable flow. Do you have any backslashes in your username or password? |
There are no any backslashes at all. As far as I know there is Exchange 2010. |
I can provide code I use and test account credentials, if you are interested. |
Hmm, that's not a bad idea, though it's hard for me to test at the moment (no access to a Windows machine). |
I also cannot provide rigth now, I am not at computet, but as soon ad possible I will do. |
I recommend you wipe out sensitive information right now, and mail it to me instead at [email protected]. I won't get a chance to look at this for a few days. |
Thanks you. I sent email message. |
I am authentification against https://east.exch029.serverdata.net/EWS/Exchange.asmx server. I've got 401 error. When I tried with curl --ntlm then I've got 200 response.
What could be different in curl and requests_ntml NTLM protocol realization?
I can give additional information and creadentials if needed.
The text was updated successfully, but these errors were encountered: