Re: [whatwg/fetch] Use request's current url as base URL in redirects (#633)

To test this I think what we need is this:

1. Attempt to navigate to `/`.
2. The server returns a redirect with `Location: x`.
3. That opaque redirect is stored in the Cache API.
4. You then attempt to navigate to `/y/`.
5. The service worker returns the opaque redirect.
6. You end up at `/x`.

Does that make sense? If someone could do this for me that'd be great, if not I'll have to sort out how to set up HTTPS testing and how to write service worker tests.

-- 
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/pull/633#issuecomment-346610876

Received on Thursday, 23 November 2017 12:53:56 UTC