[Webkit-unassigned] [Bug 20806] Referer is not sent when going back to an uncached page (blank page at kin.naver.com)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 13 07:48:42 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20806


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org
  BugsThisDependsOn|                            |13631
            Summary|at kin.naver.com 'back      |Referer is not sent when
                   |button' results in a blank  |going back to an uncached
                   |page.                       |page (blank page at
                   |                            |kin.naver.com)




------- Comment #2 from ap at webkit.org  2008-09-13 07:48 PDT -------
A blank page is what this server gives for the page 3 URL when loading it
manually, too. Compare output of

curl -i
"http://kin.naver.com/list/list_kinup.php?d1id=6&dir_id=601&sort=kinup_point&page=3"
--header "Referer: http://kin.naver.com/list/list_kinup.php?d1id=6&dir_id=601"

and 

curl -i
"http://kin.naver.com/list/list_kinup.php?d1id=6&dir_id=601&sort=kinup_point&page=3"

So, the issue is two-fold. First, the page doesn't go to back/forward cache,
that's bug 13631. Second, we don't re-send Referer header when going back
involves a reload. I think that we should fix both.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list