We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2278879 commit 20beee2Copy full SHA for 20beee2
README.md
@@ -69,6 +69,10 @@ Works with **Office 365/Exchange Online** and on-premises Exchange (2007 - 2016)
69
> use SSL for basic authentication
70
NTLM and Cookies Authentication works with nodejs only
71
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
+
76
## Modules
77
* commonjs module for NodeJs
78
* AMD module for other scenarios* (not documented yet)
0 commit comments