SamDecrock / node-http-ntlm

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

Allow for custom headers on final request #7

Closed deeg closed 9 years ago

deeg commented 10 years ago

It would be nice to pass along custom headers in the options block which would pass along to the http request on the final request after the handshake.

I know you can use the ntlm package yourself, but it would be nice to have it for convenience.