Re: [whatwg/fetch] Redirect loop handling not discussed (Issue #1738)

annevk left a comment (whatwg/fetch#1738)

It seems there's two ways we could go about this:

1. We use the existing "redirect count" primitive, but make HTML also check and increment it for certain cases. Probably limited to when we're doing an HTTPS upgrade.
2. We introduce a new primitive solely for HTTPS upgrades. In this case we could either do loop detection or a limit. I think going with a limit again is more consistent, but perhaps there's rationale for not doing that?

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

Message ID: <whatwg/fetch/issues/1738/2789055838@github.com>

Received on Wednesday, 9 April 2025 09:46:58 UTC