Pragma: no-cache is a valid HTTP header to be used by the HTTP client making a request to a server. Although pragma settings can be configured on the server too, the request header is important too because it instructs proxy servers not to return data from the cache but to always get it from the web server instead.
The only way I would know to answer Anton's question is to write your own HTTP read function using a TCP port and actually writing the header yourself in the function, but I suspect there is a better way. Burt From: "Graham Chiu" <[EMAIL PROTECTED]> Subject: [REBOL] Re: no-cache http requests by default? > On Tue, 2 Apr 2002 15:30:59 +1000 > "Anton" <[EMAIL PROTECTED]> wrote: > > How can I get rebol to put Pragma: no-cache in all its > > http requests by default? > > > > Hi Anton > > No cache directives are server side, not client. > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.338 / Virus Database: 189 - Release Date: 3/14/2002 -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
