iPhone Safari Web Application not using cache at all?
Posted
by
Liuyi Sun
on Stack Overflow
See other posts from Stack Overflow
or by Liuyi Sun
Published on 2010-03-01T08:20:08Z
Indexed on
2010/12/23
5:54 UTC
Read the original article
Hit count: 194
Hi, guys, I've been developing an iphone web application for a while, and encountered a weird problem:
when open the web app in safari(with safari chrome, not starting it from home screen), safari can generate proper "If-Not-Modified-Since" and "If-None-Matches", so the server simply gives 304 Not Modified to speed up the process.
however, when starting the app from home screen, safari seems to forget these two headers, and server always replies with 200 OK...
any ideas for this?
© Stack Overflow or respective owner