- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 17 Sep 2015 07:17:36 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 17 September 2015 14:18:26 UTC
The reason navigate needs to be "no-cors" is due to the Origin header. We cannot just override the origin to always be same-origin, because that would give the wrong value for the Origin header. And I don't think we want to introduce a second origin concept. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/126
Received on Thursday, 17 September 2015 14:18:26 UTC