Tomer Brand wrote:
Amos I removed the max-age from the http headers and SQUID kept the filein the cache directory. The problem is that only the first request needs to authenticate.Is there any way I can configure SQUID / back-end server to force the authentication on each request but will serve the data from the cache dir? Thank you.
Use "Cache-Control: Must Revalidate" instead of "Cache-Control: Public". Chris