- From: Ben Kelly <notifications@github.com>
- Date: Fri, 15 Oct 2021 14:32:24 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 15 October 2021 21:32:37 UTC
Similar to #1321, we also need to propagate the request [URL list](https://fetch.spec.whatwg.org/#concept-request-url-list) through a service worker `evt.respondWith(fetch(evt.request))`. This is necessary to send the proper values for origin, sec-fetch-site, samesite cookies, etc when a request has redirected through a cross-origin url. This is related to the collection of topics discussed at w3c/ServiceWorker#1604. -- 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/1335
Received on Friday, 15 October 2021 21:32:37 UTC