On Thu, Oct 28, 2010 at 12:08 PM, Marcus Hilbe <[email protected]> wrote:
> use unique urls, like a random string as a parameter, that works always. > The stability URIs should provide refers to the represented resource, so it's perfectly ok for a server to return varying representation over time, using appropriate cache-header is the right thing to do here. Cheers, reto > > 2010/10/28 Tsuyoshi Ito <[email protected]>: > > Hi Reto > > > > I have tested our apps in IE and found out that requests are cached. > > Especially ajax requests which returns JSON or RDF/JSON lead to > > problems because the pages are not rendered correcty. What is an easy > > way to set the request headers "Cache-Control":"no-cache" and > > "Expires":"0" for html, json and rdf/json for IE in apache clerezza. > > > > Or are there any better solution than changing header for requests with > IE? > > > > Thanks > > > > Cheers > > TSuy > > >
