Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

RE: [REBOL] no-cache http requests by default?

From: anton:lexicon at: 3-Apr-2002 22:49

> > 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. > Graham Chiu
I disagree, using my no-white-web-proxy.r script to view the requests passing through to the internet, I noticed that when using ctrl-refresh to reload a page in Internet Explorer, there is an extra line printed: Pragma: no-cache This causes the transparent proxy at my modem ISP *not* to get the document from the cache, but to load it directly from the internet. I had to do this to view some of my latest uploads to my rebsite (Rebol.com/Sites/Anton). Something some others here on this list have experienced. If I could get Rebol to form its http requests with the Pragma line in it, then all would be cool.. :) I was just asking in case anyone knew directly (or maybe Holger's listening). Don't worry too much I'll have a dig around. Anton.