- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 15 Nov 2017 12:51:27 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 15 November 2017 12:51:56 UTC
Thanks, you found a bug. 😊 If we used the request's current url instead I think we'd be okay, except when the service worker returns an "opaqueredirect", but in that case I think we should be returning early and skip the redirect processing as it has already happened. So I think we need to make two changes: 1. Use request's current url as base URL for redirects. 2. Add step 3.2.5: 'If response's type is "opaqueredirect", then return response.' Would you like to be acknowledged as Harris Hancock? @wanderview @yutakahirano @jakearchibald could you please review the above? -- 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/631#issuecomment-344583026
Received on Wednesday, 15 November 2017 12:51:56 UTC