[Laszlo-dev] serverless operation
Eric Bloch
bloch at laszlosystems.com
Fri Dec 31 08:23:21 PST 2004
Andrew Wooldridge wrote:
> Regarding "serverless" deployment, I may still want the browser to
> check the local cache for a resource before asking the standalone swf
> file to go fetch it again. Does overloading the cache attribute
> preclude this?
In "serverless mode", you'll be able to effect this by having the server
that provides the resource set the appropriate HTTP response headers for
the resource (e.g., Expires, Last-Modified, ETag, and/or Cache-Control)
and possibly listen to the certain HTTP requests headers as well
(If-Modified-Since, If-None-Match).
-Eric
More information about the Laszlo-dev
mailing list