SamDecrock / node-http-ntlm

Node.js module to authenticate using HTTP NTLM
MIT License
192 stars 89 forks source link

sendType1Message should use the provided method (GET/POST ...) #72

Closed hansnull closed 6 years ago

hansnull commented 6 years ago

I tried to authenticate against a QlikView Management Service (QMS) API which uses SOAP with NTLM. Without passing the HTTP method to the service, the service delivers the WSDL without NTLM which leads to the error "www-authenticate not found on response of second request". Passing the "POST" method fixes this error. I guess it is standard behaviour, so I request this "bugfix".

hansnull commented 6 years ago

Thank you