DevExpress / testcafe

A Node.js tool to automate end-to-end web testing.
https://testcafe.io
MIT License
9.82k stars 673 forks source link

Support NTLM v2 #4617

Closed BobLuursema closed 4 years ago

BobLuursema commented 4 years ago

To login to our application I need to authenticate either with Kerberos or NTLMv2. I believe that the module TestCafé uses for NTLM (https://www.npmjs.com/package/webauth) only implements NTLMv1 (https://github.com/SamDecrock/node-http-ntlm/issues/59), is that correct?

AlexSkorkin commented 4 years ago

According to this third-party package description and the thread you provided, this module supports only NTLM v1. We don't have plans to add support for NTLM v2 in the nearest future.

lock[bot] commented 4 years ago

This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.