Opened 6 years ago
Last modified 3 years ago
#18598 assigned defect
dojo/request CORS documentation
Reported by: | dylan | Owned by: | dylan |
---|---|---|---|
Priority: | low | Milestone: | 1.14 |
Component: | Documentation | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In following the common practice of setting the "X-Requested-With" header field on all XHRs, dojo/request sort of sabotages CORS requests by triggering them to all require preflighting. It's up to the developer to prevent this by manually clearing the "X-Requested-With" header field when crafting the request.
Change History (2)
comment:1 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Owner: | set to dylan |
Status: | new → assigned |
comment:2 Changed 3 years ago by
Milestone: | 1.13 → 1.14 |
---|
Note: See
TracTickets for help on using
tickets.