You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think my cookies are not being sent automatically, I'd expect this should happen as it's a request to the same-origin as the page from which I'm calling Fetch.
This is resulting in my sessions disappearing for requests made via fetch.
The text was updated successfully, but these errors were encountered:
Unfortunately, the spec requires you to explicitly set the credentials: 'same-origin' option for every fetch() invocation in order to get this behavior. #56 (comment)
I don't mind doing that, know that I know it's in the spec. Problem for me was I wasn't clear on how to even google for a driver of this issue. Thanks for a super quick response.
I think my cookies are not being sent automatically, I'd expect this should happen as it's a request to the same-origin as the page from which I'm calling Fetch.
This is resulting in my sessions disappearing for requests made via fetch.
The text was updated successfully, but these errors were encountered: