wakeup Posted October 25, 2007 Share Posted October 25, 2007 We know it is possible to get a http response from the server when the client send this header in the http request: Accept-Encoding: gzip, deflate But is possible to send the http request compressed? It is interesting for my web services... Thanks Link to comment https://forums.phpfreaks.com/topic/74700-send-compressed-http-request-with-gzip/ Share on other sites More sharing options...
steviewdr Posted October 26, 2007 Share Posted October 26, 2007 Enable mod_gzip for apache. -steve Link to comment https://forums.phpfreaks.com/topic/74700-send-compressed-http-request-with-gzip/#findComment-378522 Share on other sites More sharing options...
wakeup Posted October 26, 2007 Author Share Posted October 26, 2007 Sorry, I forgot to say that I'm using apache tomcat Link to comment https://forums.phpfreaks.com/topic/74700-send-compressed-http-request-with-gzip/#findComment-378557 Share on other sites More sharing options...
steviewdr Posted November 2, 2007 Share Posted November 2, 2007 If your using tomcat on its own - Im afraid Ive no idea. I use apache and mod_proxy to serve out the content proxied from tomcat. Then I use mod_gzip on apache's side. -steve Link to comment https://forums.phpfreaks.com/topic/74700-send-compressed-http-request-with-gzip/#findComment-383183 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.