-
-
Notifications
You must be signed in to change notification settings - Fork 88
Open
@coolcomfort
Description
Hello,
The backend is attempting to set a cookie by using a cookie request. Typically, in front end applications one uses credentials: true or credentials: "included" which then sets the cookie, but this does not seem to be working. In the network tab, I can see the cookie request come in, yet it never actually sticks as a cookie. What setting should I use in my headers to enable credentials?
var graph = graphql("http://localhost:3000/api/graphql", { headers: { credentials: "include", "Authorization": "", }, asJSON: true, });
Thank you
Metadata
Metadata
Assignees
Labels
No labels