Dear Antonio,
How can I compress response json in ajax call.
I think this should be possible with mod harbor.
But then is if sufficient to simply use content-encoding: gzip.
Maybe you have an example.
Best regards,
Otto
Dear Antonio,
How can I compress response json in ajax call.
I think this should be possible with mod harbor.
But then is if sufficient to simply use content-encoding: gzip.
Maybe you have an example.
Best regards,
Otto
Otto,
This work is done by Apache transparently. You must activate the mod_deflate in your httpd.conf
To see if your site works there are pages that will help you verify it, such as https://www.giftofspeed.com/gzip-test/
C.

