[whatwg/fetch] Sharing cookies from one subdomain to the other (#417)

When using credential include flag, the cookies follow just fine from `domain.invalid` to api.domain.invalid. However from `test.domain.invalid` to `api.domain.invalid` cookies are not sent. Does the fetch spec allow to share cookies `.domain.invalid` scoped cookie from one subdomain to the other 

-- 
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/417

Received on Tuesday, 15 November 2016 03:47:57 UTC