Closed rorticus closed 7 years ago
Type: feature
The following has been addressed in the PR:
Description:
Adding an XHR request option, includeRequestedWith that defaults to true, that can be used to disable the automatic inclusion of the X-Requested-With.
includeRequestedWith
true
X-Requested-With
Example,
xhr('some-url', { includeRequestedWith: false }).then(...)
Resolves #328
Type: feature
The following has been addressed in the PR:
Description:
Adding an XHR request option,
includeRequestedWith
that defaults totrue
, that can be used to disable the automatic inclusion of theX-Requested-With
.Example,
Resolves #328