-
Notifications
You must be signed in to change notification settings - Fork 356
Open
Labels
needs concrete proposalMoving the issue forward requires someone to figure out a detailed planMoving the issue forward requires someone to figure out a detailed plantopic: http
Description
What is the issue with the Fetch Standard?
The current HTTP-network-or-cache fetch specification leaves checking the WWW-Authenticate
header open for interpretation; ignoring it might trigger an infinite HTTP 401 loop re-asking a username and password to send with the new requests:
Lines 5873 to 5874 in 4cb3cf2
<li class=XXX><p>Needs testing: multiple `<code>WWW-Authenticate</code>` headers, missing, | |
parsing issues. |
Similarly, HTTP 407 handling has outstanding Proxy-Authenticate
header handling that needs to be specced:
Lines 5918 to 5919 in 4cb3cf2
<li class=XXX><p>Needs testing: multiple `<code>Proxy-Authenticate</code>` headers, missing, | |
parsing issues. |
sideshowbarker
Metadata
Metadata
Assignees
Labels
needs concrete proposalMoving the issue forward requires someone to figure out a detailed planMoving the issue forward requires someone to figure out a detailed plantopic: http