Skip to content
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

I was wondering if I use allow_ntlm=True for OnPremise SharePoint. Each query will contains 3 HTTP transacitions? #911

Open
haonit opened this issue Oct 31, 2024 · 0 comments

Comments

@haonit
Copy link

haonit commented Oct 31, 2024

I was wondering if I use allow_ntlm=True for OnPremise SharePoint. Each query will contains 3 HTTP transacitions?
In each query, the first http response indicates www-authenticate:NTLM, the second transaction finish NTLMSSP_NEGOTIATE, the third transaction does the actual work about querying to SharePoint.
Each query has to finish these three steps?
I'm not familiar with NTLM and SharePoint. However, in my opinion, if I finished NTLM negotiation, I should get kind of token. SharePoint should keep the authentication result state for me. Each time I'm sending a query to sharepoint, I just need to take the "token" thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant