- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 28 May 2018 01:53:31 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 28 May 2018 08:53:54 UTC
Thanks to @youennf in #733 I noticed that CORS-preflight fetches currently don't set the CORS flag when invoking HTTP-network-or-cache fetch. While this does not impact them setting the `Origin` header (due to using the `OPTIONS` method), it does impact it processing a 401, which it should not be doing. -- 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/741
Received on Monday, 28 May 2018 08:53:54 UTC