[thelist] good practice META tags?

deke web at master.gen.in.us
Thu May 24 13:35:46 CDT 2001


On 24 May 2001, at 8:43, Keith Davis posted a message which said:

> > > <meta http-equiv= "pragma" content="no-cache">
> > That's not a legal use of pragma. Pragma is for headers sent
> > *to* the server *by* the client, not from the server to the client.
 
> What browsers does the pragma meta tag NOT work in? 

I don't know. You have to be concerned about firewalls, though,
not just browsers, and I don't begin to have access to all of them.

> And if "Pragma is for headers sent *to* the server *by* the client, not
> from the server to the client" is true, then why does sending
> print "Pragma: no-cache\n"; from a server keep the page out of the cache?

I'm not sure it *always* does.

HTTP 1.0 specifies "pragma" as a header to be sent by clients 
when requesting a fresh copy of a page, not by servers. 

Can you name *any* circumstance in which the illegal "pragma" 
header works and these headers don't?
<META HTTP-EQUIV="Expires" CONTENT="Thu, 01 Dec 1994 16:00:00 GMT">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">








------------------------
 "The church is near but the road is icy; 
  the bar is far away but I will walk carefully." 
                            -- Russian Proverb




More information about the thelist mailing list