Hi,I'm starting from the default squid.conf. I'm trying a simplistic configuration where everything is cached: refresh_pattern . 1440 20% 1000000 override-expire override-lastmod ignore-no-cache ignore-private ignore-auth
It works well, except for my ajax requests (which are POST requests) are never cached.
Any clue on what I'm missing? I'm using squid 2.7.STABLE9. Thanks.