Possible Duplicate:
iOS6 Safari Caching $.ajax Results
Issue pointed out here: Is Safari on iOS 6 caching $.ajax results?
my Q's are:
- Is there a pointer to some apple document explaining the nature of this change? do they consider this to be a bug (to be fixed when?) or a feature?
- What can be done for the meanwhile other then adding a cache buster to all the POST requests made by the client application/site?
- Is there maybe a header that can be returned from the server to prohibit this behavior of the safari 6 browser?