- From: Jelle Raaijmakers <notifications@github.com>
- Date: Tue, 13 Aug 2024 00:53:37 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 13 August 2024 07:53:42 UTC
### 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: https://github.com/whatwg/fetch/blob/4cb3cf21946113c0684f04122dd95315fd10c567/fetch.bs#L5873-L5874 Similarly, HTTP 407 handling has outstanding `Proxy-Authenticate` header handling that needs to be specced: https://github.com/whatwg/fetch/blob/4cb3cf21946113c0684f04122dd95315fd10c567/fetch.bs#L5918-L5919 -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1766 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/1766@github.com>
Received on Tuesday, 13 August 2024 07:53:42 UTC