Kong / unirest-nodejs

Unirest in Node.js: Simplified, lightweight HTTP client library.
http://unirest.io/nodejs
MIT License
949 stars 167 forks source link

NTLM - Am I doing something wrong or doesn't it work? #117

Closed AndersGerner closed 5 years ago

AndersGerner commented 6 years ago

I have tried to set auth with user/pw and sendImidiately to false, but is does not work.

Does this library not support NTLM ?

nijikokun commented 5 years ago

NTLM appears to be a custom protocol which is not supported, you could use buffers to support it, but aside from that it would be best to use a library dedicated to the protocol.