SamDecrock / node-http-ntlm

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

Adding custome headers + body to the final request #13

Closed majidfn closed 9 years ago

majidfn commented 10 years ago

The simple solution for issue #7 without the need for any other extensions. It just sends the headers and the body.

jhildreth commented 9 years ago

+1 Very useful feature.

SamDecrock commented 9 years ago

Thx!