I have a client that sends requests to an apache server (note that the client is not a Web browser and the response is not a Web page). I would like to compress the output (probably with gzip), but I cannot modify the client to send a "Accept-Encoding: gzip" header.
So it is possible to force gzip compression of the response in apache even if no Accept-Encoding header was sent ?
Thanks!