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 Quote Link to comment Share on other sites More sharing options...
steviewdr Posted October 26, 2007 Share Posted October 26, 2007 Enable mod_gzip for apache. -steve Quote Link to comment 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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.