Closed EriKWDev closed 3 years ago
It seems that my browser by default adds the header Accept-Encoding: gzip, deflate, br, which causes the graphql server to respond with :
Accept-Encoding: gzip, deflate, br
{ "errors": [ { "message": "Incorrect Accept-Encoding value" } ] }
When using postman I can remove the Accept-Encoding header from the post request and then it seems to work fine. Is this normal? This happens both for the playground examples and for my initial test server using the package.
This is a bug in Graphql HTTP server.
It seems that my browser by default adds the header
Accept-Encoding: gzip, deflate, br
, which causes the graphql server to respond with :When using postman I can remove the Accept-Encoding header from the post request and then it seems to work fine. Is this normal? This happens both for the playground examples and for my initial test server using the package.