RE: Prevent caching of pdf files
From: Michael Wojcik (Michael.Wojcik_at_microfocus.com)
Date: 12/08/03
- Previous message: Abhishek Kumar: "RE: Prevent caching of pdf files"
- Maybe in reply to: bsec: "Prevent caching of pdf files"
- Next in thread: Michael Wojcik: "RE: Prevent caching of pdf files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: SECPROG@securityfocus.com Date: Mon, 8 Dec 2003 07:23:08 -0800
> From: pgut001@cs.auckland.ac.nz [mailto:pgut001@cs.auckland.ac.nz]
> Sent: Friday, December 05, 2003 11:24 PM
>
> bsec <bsec@cotse.net> writes:
>
> >Currently on a secure Internet application we use the "Cache-Control: No
> >Cache" header to prevent information from caching on client machines.
>
> Cache-Control is an HTTP 1.1 (meaning it'll be ignored by
> HTTP 1.0) indication that the cache shouldn't return a cached response
> without revalidating with the origin server.
I assume this should be "no-cache is an...". "Cache-Control" is the name of
the header; "no-cache" is a directive that may be supplied as the value of
that header, which has the semantics you describe.
> What you want is no-store.
...which is another directive that may be supplied as the value of a
Cache-Control header. (See RFC 2616 14.9.2.)
Just wanted to clarify that for other readers.
-- Michael Wojcik Principal Software Systems Developer, Micro Focus
- Previous message: Abhishek Kumar: "RE: Prevent caching of pdf files"
- Maybe in reply to: bsec: "Prevent caching of pdf files"
- Next in thread: Michael Wojcik: "RE: Prevent caching of pdf files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|