#27616 closed Uncategorized (fixed)
HTTP_X_REQUESTED_WITH should be X-Requested-With in request-response.txt
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
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: