graphql.js icon indicating copy to clipboard operation
graphql.js copied to clipboard

Fixed Content-Length header not being sent

Open tspecht opened this issue 7 years ago • 0 comments

This fixes the issue of the standard Content-Length header not being sent. Due to this header missing so far modern framework and webservers, which validate the incoming request strictly, will discard the body as they assume it's empty due to the missing Content-Length header.

tspecht avatar Feb 22 '18 23:02 tspecht