Replies: 2 comments
-
If you are using HTTP only cookies, your issue lies elsewhere, it's not from your JS code. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You might want to look here https://www.apollographql.com/docs/react/networking/basic-http-networking/#including-credentials-in-requests |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I simply do this then cookie header is being sent:
But they are not being sent with my ApolloClient setup (does not work on both secret and normal client). It works on Chrome, Firefox, but not on Edge or Chrome Mobile. Cookies are Http only and its not a cross domain issue (I use same domain
http://desk
). Cant figure out why it doesnt work:Beta Was this translation helpful? Give feedback.
All reactions