Closed
Bug 305419
Opened 19 years ago
Closed 19 years ago
referrer not sent from https:
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: hhschwab, Assigned: darin.moz)
Details
(Keywords: testcase)
Attachments
(1 file)
|
442 bytes,
text/html
|
Details |
The validator button doesn't work on https: pages. I'll attach a testcase. Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.9a1) Gecko/20050821 SeaMonkey/1.0a network.http.sendRefererHeader user set integer 1 network.http.sendSecureXSiteReferrer default boolean true Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.9a1) Gecko/20050821 Firefox/1.6a1 network.http.sendRefererHeader default integer 2 network.http.sendSecureXSiteReferrer default boolean true see http://preferential.mozdev.com/preferences.html for explanation: network.http.sendRefererHeader Handling of HTTP Referer Headers * 0 : Do not send referer header * 1 : Send partial header * 2 : Send all of header network.http.sendSecureXSiteReferrer ** purpose not known - please advise by mailing GuruJ@mbox.com.au ** http://validator.w3.org/check?uri=referer doesn't send referrer when clicked on a https page so a error message is received: No Referer header found! You have requested we check the referring page, but your browser did not send the HTTP "Referer" header field.
| Reporter | ||
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
This appears to be the intention as per bug 141641 comment 53.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 3•19 years ago
|
||
(In reply to comment #2) > This appears to be the intention as per bug 141641 comment 53. So this would work if w3c would allow a https: connection, like https://validator.w3.org/check?uri=referer But I checked, they don't accept https://validator.w3.org
You need to log in
before you can comment on or make changes to this bug.
Description
•