Re: [whatwg/fetch] consider adding note that CORS preflight check excludes headers added by the browser or extensions (#1005)

> 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