Open
Bug 1529069
Opened 6 years ago
Updated 2 months ago
Basic HTTP auth handlers (authentication.py) cause Firefox to show a 404 after dismissal
Categories
(Testing :: web-platform-tests, enhancement)
Testing
web-platform-tests
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
References
Details
Attachments
(1 obsolete file)
Spun-off from bug 1528463. As I noticed Firefox shows a 404 page when using one of the following Basic HTTP authentication handlers:
https://searchfox.org/mozilla-central/search?q=authentication.py&path=
The reason is that no content type, nor doctype is send together with the content via the response.
This might be a bug in Firefox, because other browsers like Chrome, and Safari show the correct 401 page. Also the devtools in Firefox show that the response is a 401.
Updated•3 years ago
|
Severity: normal → S3
| Reporter | ||
Updated•2 months ago
|
Attachment #9517255 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•