Re: [whatwg/fetch] New Proposal: Fetch retry (Issue #1838)

rakina left a comment (whatwg/fetch#1838)

> It seems like that would leak information then. We make policy errors and network errors indistinguishable for a reason.

Can you clarify which part is the information leak and to whom we're leaking the information to?

- From the viewpoint of the page initiating the fetch, fetch retry is practically invisible. It just gets the final result (after all retry attempts have been exhausted, and if the page initiating it is still alive). So it doesn't learn any new information about the error
- From the viewpoint of the server, it can see that a retry is attempted. But the server is the one producing the policy error so it doesn't learn anything new?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1838#issuecomment-3019394666
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1838/3019394666@github.com>

Received on Monday, 30 June 2025 14:31:03 UTC