Closed
Bug 1495658
Opened 6 years ago
Closed 6 years ago
Explicit HTTP protocol ignored
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jichr86, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0
Build ID: 20180913170256
Steps to reproduce:
I typed in
http://git.dusted.dk/
Actual results:
It attempted to access https://git.dusted.dk/
Expected results:
It should have accessed http://git.dusted.dk
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
At some point, I visited the page with https, and now the browser will forever try to use that..
Comment 2•6 years ago
|
||
works for me.
This can happen if this page used a permanent redirect (301) to https in the past. Such a redirect will be cached in Firefox.
Another option would be that the site set a HSTS header in the past but there is no header present at the moment.
A third option would be an "bug" with the url bar autocomplete in Firefox but that is easy to check when you use a link instead of typing the address.
You need to log in
before you can comment on or make changes to this bug.
Description
•