Skip to content

Commit 20beee2

Browse files
committed
closes #334
1 parent 2278879 commit 20beee2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Works with **Office 365/Exchange Online** and on-premises Exchange (2007 - 2016)
6969
> use SSL for basic authentication
7070
NTLM and Cookies Authentication works with nodejs only
7171

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

0 commit comments

Comments
 (0)