#17493 closed defect (fixed)
Regression: dojo/text without HTTP header "X-Requested-With"
Reported by: | inghamc | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.9.4 |
Component: | Loader | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
https://bugs.dojotoolkit.org/ticket/14482 was fixed by adding support for dojo.config.textPluginHeaders in the call to xhr("GET",...).
When xhr was converted to request, this support was dropped, so that dojo.config.textPluginHeaders is ignored and #14482 is again broken.
Change History (4)
comment:1 Changed 7 years ago by
Owner: | set to Colin Snover <[email protected]…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 Changed 7 years ago by
The textPluginHeaders
configuration option from #14482 was never documented anywhere, I see no particular reason to restore it. X-Requested-With
will just not be sent now with dojo/text requests.
comment:4 Changed 7 years ago by
Milestone: | tbd → 1.9.4 |
---|---|
Priority: | undecided → high |
Note: See
TracTickets for help on using
tickets.
In 56703ec1fa0bd1901b259dc83404f3db5d92c9e4/dojo: