Skip to content Skip to sidebar Skip to footer

Ios6 - Is There A Way To Clear Cached Ajax Post Requests For Webapp Added To Home Screen?

iOS6 ajax POST request caching is becoming a huge problem for our webApp. Most of our users have added the app to the home screen. Ever since the upgrade, most of the POST requests

Solution 1:

The only way to consitently beat this cache problem in my experience is to take Google's approach and add a per request id in the url. You can then use mod_rewrite or another such engine for your server to make this transparent for your backend scripts.


Post a Comment for "Ios6 - Is There A Way To Clear Cached Ajax Post Requests For Webapp Added To Home Screen?"