[squid-users] Re: Force cache reload for object from browser

From: Oliver Schoett <os@dont-contact.us>
Date: Thu, 24 Apr 2008 13:01:36 +0200

Henrik Nordstrom wrote:

> curl -H "Cache-Control: no-cache"
>

This is HTTP 1.1; to make this work with HTTP 1.0 also you should write

    curl -H "Cache-Control: no-cache" -H "Pragma: no-cache"

The Pragma is the way to express this in HTTP 1.0; however, HTTP 1.0
says only that caches should, not that they must obey this directive.

Regards,

Oliver Schoett
Received on Thu Apr 24 2008 - 11:02:02 MDT

This archive was generated by hypermail 2.2.0 : Thu May 01 2008 - 12:00:04 MDT