On tis, 2008-10-14 at 09:04 -0700, Tom Williams wrote:
> > Is authentication required to access the server? If so then the server
> > need to return "Cache-Control: public" on the content which is
> > non-private and should be cached.
> >
> > Keep in mind that such content will be accessible directly from the
> > cache without using authentication.
> >
> Currently, basic authentication is required to access the site. I
> wasn't aware of "Cache-Control: public" so I'll see about configuring
> the server to return this. This is a HTTP header, correct?
It is.
Without it authenticated content is considered private, and not cached
by shared caches.
With "public" the content is considered public for all to access, not
really requiring authentication even if the request did include
authentication.
Regards
Henrik
This archive was generated by hypermail 2.2.0 : Thu Oct 16 2008 - 12:00:04 MDT