Re: [whatwg/fetch] Cannot get next URL for redirect="manual" (#763)

The same-origin policy (including CORS) does deal with this, which is why the example uses a different origin for the eventual target. You don't always get to see the final response (or its URL) after all. You are correct that in practice there are often more redirects involved, but the example is sound.

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

Message ID: <whatwg/fetch/issues/763/1431387801@github.com>

Received on Wednesday, 15 February 2023 13:41:41 UTC