- From: Yutaka Hirano <notifications@github.com>
- Date: Tue, 25 Oct 2016 06:52:26 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 25 October 2016 13:53:05 UTC
I thought about the CORS mode (request's mode), not about the credentials mode. The issue was reported at https://bugs.chromium.org/p/chromium/issues/detail?id=658575. Though the example at Comment 5 uses different credentials mode (no cors + include vs. cors + same-origin), using the same credentials mode (no cors + include vs. cors + include) results in the same behavior. >From https://bugzilla.mozilla.org/show_bug.cgi?id=1274555: > Note that it's impossible to have two entries for the same URL in the same load context info (same originattributes/anonymous flag/private load tuple) If #307 means specifying the "load context info", that will resolve this issue as well (My understanding is it isn't specified currently. Please correct me if I'm wrong). -- 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-256040654
Received on Tuesday, 25 October 2016 13:53:05 UTC