Hi, I'm using squid-2.6 as a reverse proxy, and I'm trying to cache POST responses. The Squid FAQ and the HTTP 1.1 RFC says that responses to a POST request are not cacheable, unless the response includes a Cache-Control or Expires header. I'm using Cache-Control max-age in the responses, but Squid still doesn't cache the POST responses. Did I miss something in the Squid configuration? Thank in advance, Zsolt