- From: Ben Kelly <notifications@github.com>
- Date: Mon, 18 Oct 2021 08:54:26 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 18 October 2021 15:54:38 UTC
I'm not sure I understand. The navigation code may reuse the same request, but when `evt.respondWith(fetch(evt.request))` is done the Request constructor is run. This loses the URL list from the navigation request. At least in implementation this information is needed to properly set origin, sec-fetch-site, samesite cookies, etc if there was a cross-site redirect in the URL list. -- 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#issuecomment-945919326
Received on Monday, 18 October 2021 15:54:38 UTC