- From: David Woolley <david@djwhome.demon.co.uk>
- Date: Tue, 24 Dec 2002 08:01:59 +0000 (GMT)
- To: www-html@w3.org
[ Off topic ] > > Is there a way to stop a service providers own cache server from caching = > a web site, who's hosting server is outside of the ISP's LAN, using META = > tags? I work for Cablevision of Flagstaff, Arizona. Our Administrators = You cannot use meta *elements* to control caches (except possibly the one in the browser) as caches are HTTP devices and do not need to understand HTML at all; you must use real HTTP headers. I believe this whole use of such elements is controversial and an after the fact standardisation of de facto practice. Real HTTP headers, in conjunction with an HTTP 1.1 proxy, allow this level of control. Please read the RFC. > Content-Type: text/html; Please don't do this on public lists.
Received on Tuesday, 24 December 2002 08:31:47 UTC