SamDecrock / node-http-ntlm

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

Add message body and custom headers #16

Closed jhildreth closed 9 years ago

jhildreth commented 9 years ago

We needed to be able to create NTLM-authenticated POST requests, including custom headers and a message body. We made modifications to allow these to be passed in as 'option' attributes, and they are then used in the authenticated httpreq request.

This functionality may be useful to others as well, and previously existing functionality remains intact. I've updated the README.md to demonstrate the additional functionality.

jhildreth commented 9 years ago

Sorry, I see now this is already addressed by previous pull requests. Oops!