- From: Arthur Sonzogni <notifications@github.com>
- Date: Wed, 09 Jun 2021 07:07:26 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 9 June 2021 14:09:35 UTC
> Don't you want to compare request's current URL's origin and request's origin, rather than request's origin and request's client's origin? Yes, this should be the `current URL` instead of the `URL`. Fixed in "Address Yutaka comment #2" However the second origin should continue to be the client's origin. For instance, in the base case of a cross-origin no-cors request with no redirects, credentials must not be included. So the comparison is in between the client's origin and the request's current URL. -- 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/pull/1229#issuecomment-857725060
Received on Wednesday, 9 June 2021 14:09:35 UTC