Hi,
We use the 'zoom_xml=1' parameter to create an AJAX query that returns similar pages for any given URL.
The Request Headers have the 'Accept-Encoding: gzip, deflate' sent with them, but the response is not being compressed when returned.
I've attempted all sort of lines in our .htaccess file to force compression on file types, but nothing is working.
Our regular /search.cgi page is compressed when returned, it's only when we add the 'zoom_xml=1' parameter in that it no longer gets compressed.
How can I have the the XML response compressed when returned?
We use the 'zoom_xml=1' parameter to create an AJAX query that returns similar pages for any given URL.
The Request Headers have the 'Accept-Encoding: gzip, deflate' sent with them, but the response is not being compressed when returned.
I've attempted all sort of lines in our .htaccess file to force compression on file types, but nothing is working.
Our regular /search.cgi page is compressed when returned, it's only when we add the 'zoom_xml=1' parameter in that it no longer gets compressed.
How can I have the the XML response compressed when returned?
Comment