|
From: Chuck E. <ec...@mi...> - 2000-07-05 12:40:36
|
I've discovered a "problem" with serving images through WebKit. I guess because there is a CGI script involved in the URL (for the adapter): http://localhost/WebKit.cgi/MyProject/MyPage ...my browser will not cache the images (whose SRCs are relative URLs to the page). That means they have to get loaded fresh every time. This makes for fairly slow web pages once you start throwing in some graphical icons and tabs. Does anyone know if there is a header that can be set to force this? Something like "Cache: Yes" or perhaps I need to send a time stamp with the response when files are served? -Chuck |