Bug 17553 - Fragment in referrer
Summary: Fragment in referrer
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac (PowerPC) OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-26 06:49 PST by Theo Müller
Modified: 2023-05-27 06:06 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Theo Müller 2008-02-26 06:49:50 PST
Yesterday a visitor requested a CSS file with a fragment in referrer.

User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/523.12.2 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2


Page = http://www.example.com/page#
GET /page HTTP/1.1

CSS = http://www.example.com/css#
GET /css HTTP/1.1
Referer: http://www.example.com/page#
Comment 1 Mark Rowe (bdash) 2008-02-26 13:21:28 PST
Can you provide a URL which reproduces this behaviour?