SamDecrock / node-http-ntlm

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

pass along options to type1options #32

Closed davepreston closed 8 years ago

davepreston commented 8 years ago

The same was being done in the type3options. Code was copied from there.

In my case I needed ca (certificate authorities) and allowRedirects to be applied to type1options.

davepreston commented 8 years ago

@SamDecrock We're using your httpntlm module (thank you so much!). We use self-signed certs so we need this pull request so we can specify our ca (certificate authority).