File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 11{
22 "name" : " ews-javascript-api" ,
3- "version" : " 0.10.2 " ,
3+ "version" : " 0.10.3 " ,
44 "description" : " EWS Managed api in JavaScript" ,
55 "main" : " js/ExchangeWebService.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export class PropertyBag {
9393 return propertyValue ;
9494 }
9595 else {
96- throw serviceException . exception ;
96+ throw serviceException . outValue ;
9797 }
9898 }
9999 /**
You can’t perform that action at this time.
0 commit comments