Closed
Bug 96912
Opened 23 years ago
Closed 23 years ago
does not send Referer headers to https URLs
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
People
(Reporter: peterw, Assigned: neeti)
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.2.19-6.2.1 i686)
BuildID: 20010801
Mozilla 0.9.3 does not seem to send Referer request headers when
making https requests, *even to the same server*. E.G. I have a
page with code like
<form method="post" action="/path/to/app"
enctype="application/x-www-form-urlencoded">
Mozilla 0.9.3 does not send a Referer header when posting the data.
Note Mozilla 0.9.3 *does* send the Referer header to http sites; the problem
seems limited to https:// URLs.
Previous versions of Mozilla (most recently tested: 0.9.1) did send the Referer.
This breaks some of my Web apps.
Reproducible: Always
Steps to Reproduce:
1. Go to an https URL
2. Follow a link to another page on that https site
3. Note the lack of Referer header (check https logs, use CGI for 2nd page,
etc.)
Actual Results: The second page did not see a client Referer request header.
Expected Results: The second page should have seen a Referer header with the
URL of the first page.
Comment 1•23 years ago
|
||
fixed in recent nightly builds.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Comment 2•23 years ago
|
||
Changing to be a dup of bug 89995 for future reference. It's confusing to see a
lot of bugs marked "invalid" on a list of bugs involving referer and https.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 3•23 years ago
|
||
*** This bug has been marked as a duplicate of 89995 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•