MacOS 10.13.6
1.7.0 (homebrew)
When I update the settings to include property "request.credentials": "include" and I set an HTTP header in the UI like
{
"Cookie":"xxxx"
}
I expect to see the Graphql Playground app transmit the Cookie header in the requests it sends.
No Cookie header is sent regardless of the presence of the above configuration
"request.credentials": "include"{
"Cookie":"xxxx"
}
_Please provide a gif or image of the issue for a quicker response/fix._
This should work in the latest version, sorry for problems. If its still problem reopen please.
Hello,
in what version should this be fixed, please?
I see exactly the same behavior on mac with version 1.8.10 (1.8.10.5129)
header with name cookie is is filtered in request from GraphQL Playground.
From my frontend request, I have cookie header set correctly
Any update on this?
I also got it on 1.8.10. Any chance to reopen this one @thedude42 @huv1k ?
Same here
Same here.
Same here
Same here
Same here.
Most helpful comment
Hello,
in what version should this be fixed, please?
I see exactly the same behavior on mac with version 1.8.10 (1.8.10.5129)
header with name
cookieis is filtered in request from GraphQL Playground.From my frontend request, I have
cookieheader set correctly