Caching question (iOS)

I cannot get a small JSON response to be cached. iPhone Safari and Chrome are always trying to fetch the resource while on the PC and Android the browsers are getting it from the cache. I can’t find much documentation on the matter. How exactly must a response be sent to get it cached by iOS browsers? Tried using the request header “force-cache” too just to test if that’d help but it didn’t.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.