Re: How can I tell a http transparent cache to step aside?

At 18:17 23/11/1999 +0100, Christian Bøhn wrote:
>Hi,
>
>Is it any http headers I can use to tell any transparent cache which might
>try to cache a page to stay away, and not modify any parts of the http
>header to the page?

Pragma: No-cache
Cache-control: private
Expires: 0

this will stop caching. The standard for http proxies says that
they shouldn't attempt to modify the page

Grahame

Received on Tuesday, 23 November 1999 19:01:32 UTC