Your use case is wrong, you never want to cache POST request, even some GET request too. It will break website and render your user and you yelling. On Sun, Oct 2, 2011 at 12:24 AM, serge <spierrard@xxxxxxxxx> wrote: > 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. >