- From: Yutaka Hirano <notifications@github.com>
- Date: Tue, 25 Oct 2016 05:25:32 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 25 October 2016 12:26:00 UTC
Thank you. Let `req1` and `req2` be simple requests for the same url where `req1`'s mode is no-cors and `req2`'s mode is cors. Let `res1` be the response for `req1`. `res1` doesn't have "Access-Control-Allow-Origin: *" . Assume `res1` is cacheable. If (`req1`, `res1`) is cached, is the HTTP cache allowed to serve `res1` for `req2`? That leads a CORS failure, but I failed to find a description forbidding that. -- 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/402#issuecomment-256020019
Received on Tuesday, 25 October 2016 12:26:00 UTC