Open kevinsimper opened 4 years ago
The default value of request.credentials is "omit". The differs from the default of Fetch changed so that it is same-site.
same-site
https://github.com/whatwg/fetch/pull/585
It confuses when cookies is used for authorization.
Could it be changed to same-site?
Yes please, I just spent 2 hours with debugging code because of it. And it's happening with my every new project when I forget about it..
Yeah I also spent a bit debugging 😅
This issue pertains to the following package(s):
The default value of request.credentials is "omit". The differs from the default of Fetch changed so that it is
same-site
.https://github.com/whatwg/fetch/pull/585
It confuses when cookies is used for authorization.
Could it be changed to
same-site
?