Bug 138462
| Summary: | Wrong referal after using back button / javascript history on webkit | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Thierry <kali.seo> |
| Component: | History | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Major | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Thierry
Steps to reproduce the problem:
1. Open chrome (or safari) in private navigation mode
2. Search for a keyword on Google
3. Click on result and navigate on 2 or 3 pages
4. Use the back button
5. See the "referer" header instruction, it will display Google as referer instead of the last consulted page
What is the expected behavior?
Sending last viewed page on referer header
What went wrong?
Sending first referer as last viewed page
Did this work before? Yes All time long, other browsers
Chrome version: 38.0.2125.111 Channel: stable
OS Version: 6.1 (Windows 7, Windows Server 2008 R2)
Flash Version: Shockwave Flash 15.0 r0
Makes analytics data totaly wrong, counting visits doesn't exist
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Thierry
Not really a bug and affects all browsers, it's due to the cache restitution of the current page wich doesn't take care of you action on back button and send back the old referal of the last page.
Using Ajax to makes user navigate seriously damage your analytics data