With mod_deflate properly activated on my apache 2.2 server, I am trying to send a gzipped body via curl command line.
All tutorials I have seen say to add -H\'Conte
Single line:
echo '{"mydummy": "json"}' | gzip | curl -v -i --data-binary @- -H "Content-Encoding: gzip" http://localhost/mymodule