Skip to content

Commit

Permalink
closes #334
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamsi committed Jun 7, 2020
1 parent 2278879 commit 20beee2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ Works with **Office 365/Exchange Online** and on-premises Exchange (2007 - 2016)
> use SSL for basic authentication
NTLM and Cookies Authentication works with nodejs only

> **NTLM** issue with `invalid tagName` gibrish character is due to gzip encoding, see #334.
>
> **Solution** use `gzip: true` in `XhrApi({ gzip: true })` constructor options of `@ewsjs/xhr`.
## Modules
* commonjs module for NodeJs
* AMD module for other scenarios* (not documented yet)
Expand Down

0 comments on commit 20beee2

Please sign in to comment.