- From: youennf <notifications@github.com>
- Date: Mon, 09 Mar 2020 08:23:19 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 9 March 2020 15:23:31 UTC
> I am unsure what webkit does here. WebKit does CORS checks out-of-process and sends the list of headers set by the web application. Service workers do face a similar issue, since they are usually out of process. The webRequest API allows modifying requests on the fly. It would be nice if it was easy for them to specify whether CORS/service worker should take these headers into account. -- 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/1005#issuecomment-596596965
Received on Monday, 9 March 2020 15:23:31 UTC