Re: [whatwg/fetch] Header to opt out of opaque redirect (#601)

If you use fetch, and request is successful, you can determine that a redirect has occurred by redirected flag in fetch result.
Url in fetch result is changed too.

But if you have more than one redirect in fetch roundtrip, that mean you can't get intermediate url address, only last.

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

Received on Thursday, 16 April 2020 12:02:34 UTC