background-fetch icon indicating copy to clipboard operation
background-fetch copied to clipboard

How to handle redirects

Open jakearchibald opened this issue 7 years ago • 0 comments

It feels like we should reject on "manual" redirect modes to avoid dealing with opaque resources.

However, what about "follow"? If we hit a redirect, then need to resume the download, does the request go to the destination url or the original target? I suspect it's the target, but need to test what downloads do today.

jakearchibald avatar Sep 19 '17 09:09 jakearchibald