RESOLVED WORKSFORME 11171
HTTP 'Referer' is not set properly
https://bugs.webkit.org/show_bug.cgi?id=11171
Summary HTTP 'Referer' is not set properly
Darin Fisher (:fishd, Google)
Reported 2006-10-05 08:26:18 PDT
HTTP 'Referer' is not set properly. For example, entering an URL in the URL bar results in a referrer of the URL itself. In that case at least, there should be no referrer. I suspect that part of the problem is that frame->referrer() is not the same as frame->resourceRequest().referrer(), and ResourceLoaderWin sends frame->referrer() as the HTTP 'Referer' header unconditionally.
Attachments
Robert Blaut
Comment 1 2008-02-23 12:20:31 PST
(In reply to comment #0) > HTTP 'Referer' is not set properly. For example, entering an URL in the URL > bar results in a referrer of the URL itself. In that case at least, there > should be no referrer. I've checked the reported problem in Webkit r30468 on Windows and I cannot confirm the bug. After visiting the site: http://www.ericgiguere.com/tools/http-header-viewer.html from the address bar there was no Referrer header set by Webkit. So I resolve the bug as WORKSFORME.
Note You need to log in before you can comment on or make changes to this bug.