matthew-andrews / isomorphic-fetch

Isomorphic WHATWG Fetch API, for Node & Browserify
MIT License
6.95k stars 288 forks source link

Cookies are not being received when a `set-cookie` header is present in response #110

Closed rohannair closed 7 years ago

rohannair commented 8 years ago

From my understanding of receiving cookies, a set-cookie header containing a cookie with same location as the client should set the cookie.

In my network request, I see that header being sent:

screenshot 2016-10-19 14 44 29 screenshot 2016-10-19 14 44 18

But it does not actually set the cookie...

screenshot 2016-10-19 14 01 00
Blackening999 commented 6 years ago

@rohannair have you solved it?