nmarus / node-ews

A simple JSON wrapper for the Exchange Web Services (EWS) SOAP API.
MIT License
116 stars 52 forks source link

Lib doesn't work when I disable NTLM and try request #11

Closed ervinfetic closed 8 years ago

ervinfetic commented 8 years ago

In my case where I have two type of auth (basic and ntlm) I did disable NTLM then tried to use this lib and I got this error below:

terminal_ _mongod_ _sudo_ _224x24

nmarus commented 8 years ago

The package currently forces NTLM authentication. If you are looking for similar functionality, check out https://www.npmjs.com/package/soap which this package is uses along with a customized authentication module and some post processing.