nmarus / node-ews

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

Error: Couldn't find NTLM in the message type2 comming from the server #76

Open mkrishnanthetechie opened 6 years ago

mkrishnanthetechie commented 6 years ago

When trying with NTLM Authentication with EWS, I am receiving the below error message.

Error: Couldn't find NTLM in the message type2 comming from the server. Stack Trace at Object.parseType2Message (node_modules\httpntlm\ntlm.js:116:12) at sendType3Message (node_modules\httpntlm\httpntlm.js:74:23) at Immediate. (node_modules\httpntlm\httpntlm.js:102:4) at runCallback (timers.js:672:20) at tryOnImmediate (timers.js:645:5) at processImmediate [as _immediateCallback] (timers.js:617:5)