Paul Querna wrote:
Erica Zhang wrote:
Hi,
I want to cache the responses for XMLHttpRequest, that is dynamic
content. I have configureed http.conf using Expires to add headers to
those responses. However, I still could not find those responses to be
able to be cached by use of web browser.
Some browsers (IE?) absolutely refuse to cache any XMLHTTPRequests, even
if the headers and such are there.
-Paul
Thanks a lot. It seems that firefox also could not support this
function. So I will try to use mod_proxy of apache to do it. If it could
not support it, I will develop some module embedded in apache by myself.
- Erica