NTLM Authentification
See original GitHub issueHi,
This is a question. I haven’t been able to find an answer, so I’m trying here.
I wanted to test your product on our Sharepoint On-Promise, in our intranet. However I’m blocked on cy.visit("https://domain%5Clogin:password@www.intranet.com/site/")
that returns a 401 error.
I tried both Chrome and Electron from the dropdown selection.
Any idea how I could have the authentication working? We use NTLM authentication for our Sharepoint.
Thanks
Issue Analytics
- State:
- Created 6 years ago
- Reactions:7
- Comments:57 (19 by maintainers)
Top Results From Across the Web
NTLM user authentication - Windows Server | Microsoft Learn
Windows Challenge/Response (NTLM) is the authentication protocol used on networks that include systems running the Windows operating system and ...
Read more >What is NTLM & How Does NTLM Authentication Work
Windows NT LAN Manager (NTLM) is a challenge-response authentication protocol used to authenticate a client to a resource on an Active Directory domain....
Read more >NTLM authentication: What it is and why it's risky
NTLM is an authentication protocol — a defined method for helping determine whether a user who's trying to access an IT system really...
Read more >NTLM Explained: Definition, Protocols & More - CrowdStrike
NTLM is a suite of security protocols offered by Microsoft to authenticate users' identity and confidentiality of their activity.
Read more >NT LAN Manager - Wikipedia
In a Windows network, NT (New Technology) LAN Manager (NTLM) is a suite of Microsoft security protocols intended to provide authentication, integrity, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Having a blast using Cypress but running into the NTLM issue here as well, which is unfortunately a showstopper for me using it and evangelizing it at work.
I’ve written a plugin for Cypress that handles the NTLM authentication. It is available on npm (cypress-ntlm-auth) and at: https://github.com/bjowes/cypress-ntlm-auth
Hope it is useful for some of those who ended up reading this thread!