问题 I need some help understanding a case which I can not find described in material I have found describing the new SameSite restrictions for Chrome. Currently, I have a case where I have a site hosted which makes cross-site requests to an API. The API responds with CORS headers. The details are: Site: https://a.a.com API: https://b.a.com --API response headers Access-Control-Allow-Credentials: true Access-Control-Allow-Origin: https://a.a.com --cookie previously set with Set-Cookie: value