Re: Improving If-Modified-Since

 
> > and must not include an If-Modified-Since header.  Navigator 1.1N sends
> > the no-cache directive, but also sends IMS.  Fix that and you won't get
> > any more bug reports about cache corruption problems, since the user
> > will be in control of their cache.
> 
> Actually it's called "Pragma: no-cache", and Netscape has always sent this
> for reloads.

Roy's point is that Netscape also sends IMS along with *all* cached requests.
That's what's causing so many Netscape caches to get stuck with junk
which the user cannot refresh, and the only solution is to clear your
entire Netscape cache.

"Pragma: no-cache" is not aimed at end servers (only proxies in between),
so the end servers are always asked to respond "304 Not Modified".

As Roy says, fix that and most of the problems will go away.


rob

Received on Tuesday, 15 August 1995 13:13:18 UTC