SamDecrock / node-http-ntlm

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

HTTP support #1

Closed tomalex0 closed 10 years ago

tomalex0 commented 11 years ago

I have seen it only supports HTTPS, any pointers to support http also.

el-maxito commented 10 years ago

@tomalex0, @SamDecrock what else would be required for this to support http?

SamDecrock commented 10 years ago

Can someone test this as I don't have any http NTLM server running... thx

el-maxito commented 10 years ago

When I set the url to https, I get the correct response. When I tested using http - i dont receive any response from console.

deeg commented 10 years ago

I confirmed it works with HTTP by not using the HTTPS keep alive agent, like you fixed in the code in the repo.

These changes are not published to npm however, would you mind doing that?

Thanks in advance!