SamDecrock / node-http-ntlm

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

Feature Request: Ability to make the call synchronous #15

Closed securitybites closed 9 years ago

securitybites commented 9 years ago

By default the request is sent asynchronously. It would be nice to pass in a option to send it synchronously instead.

SamDecrock commented 9 years ago

synchronously doesn't work that well in Node.js ;-)

What exactly would you like to be synchronously?

SamDecrock commented 9 years ago

As long as Node.js doesn't make its http requests synchronous, this feature is almost impossible to implement ;-)