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

You have misread it. The URL list of a response doesn't contain the `Location` header information. In case of an opaque-redirect response it would only contain the request URL, which you already have. This feature also was only ever meant for service workers so they can store an opaque redirect response and replay it (but they won't ever be able to obtain the value from the `Location` header either).

-- 
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-784847967

Received on Wednesday, 24 February 2021 07:12:20 UTC