Invalid value for Referer header on history navigations
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
People
(Reporter: n.goeggi, Unassigned)
Details
[1] Goto https://mica-fishy-farmhouse.glitch.me/index.html
[2] Click on "Goto page 2" and then on "Goto auto back page"
[3] Observe the request made by the auto back page (the page immediately calls history.back() )
The request is issued by /autoback.html through history.back() and takes the user back to /page2.html but the Referer header is set to https://mica-fishy-farmhouse.glitch.me/index.html .
Note: This behavior can only be seen if the pages are not loaded from the bfcache, otherwise no actual requests are made.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 1•4 years ago
|
||
I think this is the correct behavior. Chrome and Firefox both report the same Referer: https://mica-fishy-farmhouse.glitch.me/index.html because that was the original request's Referer. Loading from history is not issuing a new request.
Description
•