Hello, I have a squid reverse proxy in front of a website to improve performance. Now, in addition to classical static content I would like to cache GET and POST results of some statistical services implemented in terms of jsp pages so that I can minimize the load on my servers. I have discovered that this is quite easy to be achieved with the GET responses, but the same cannot be said for the POST responses that I have not been able to get cached. Any hint or howto reference to cache POST responses in reverse proxy configuration? best regards Matt