#27616 closed Uncategorized (fixed)
HTTP_X_REQUESTED_WITH should be X-Requested-With in request-response.txt
Reported by: | David Houlder | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
docs/ref/request-response.txt suggests calling
vary_on_headers('HTTP_X_REQUESTED_WITH')
but that results in the HTTP response containing
Vary: HTTP_X_REQUESTED_WITH,Cookie
instead of
Vary: X-Requested-With,Cookie
Attachments (1)
Change History (5)
by , 8 years ago
Attachment: | request-response.diff added |
---|
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 5e239ae: