bjowes / cypress-ntlm-auth

Windows authentication plugin for Cypress
MIT License
55 stars 10 forks source link

Support NTLMv2 #50

Closed bjowes closed 5 years ago

bjowes commented 5 years ago

The dependency httpntlm which is used to generate the NTLM messages only supports NTLMv1. To better support hardened Windows servers, the plugin needs to support NTLMv2. It is also preferable as a default due to improved security.

49 may be caused by this limitation.

ghost commented 5 years ago

Thank you! @bjowes this was a welcome fix for me as well :D I no longer recieve 401 on my NTLMv2 cy.visit()