HTTP error 511 Network Authentication Required is not detected as a captive portal
Categories
(Core :: Networking, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: a5n, Assigned: a5n)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
Steps to reproduce:
Be on a network with a captive portal, that is intercepting all HTTP requests, and forging replies with HTTP status 511 Network Authentication Required as per RFC 6585.
Actual results:
The captive portal detection is not detecting the portal.
The code is treating any HTTP status other than 200 and 300-399 as
that everything is fine, and something must be up with the canonical URL,
so that a 503 error doesn't trigger the captive portal detection.
Expected results:
The captive portal should have been detected, as it was clearly signaled using the
method specified in RFC 6585.
Assignee | ||
Comment 1•2 years ago
|
||
patch is incoming; once mercurial is done syncing
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 3•2 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:a5n, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit auto_nag documentation.
Comment 4•2 years ago
|
||
I triggered the landing, and filed bug 1812291 for followup work.
Comment 6•2 years ago
|
||
bugherder |
Description
•