Hello Experts!
I am actually evaluating the possibility of creating an offline application for Browser and also for Mobile Devices.
At my search i found the cache manifest which can be used. At my tests with an odata service in chrome everything could be cached by chrome.
Works fine. But with IE and Firefox, it didn´t work. I looked into the HTTP Header of the request and saw, that the statement "no store" is existing in the response. I think Chrome ignores this, but Firefox and IE do, what the response wants.
So my question is, if it is possible to manipulate the response from gateway so, that i can use the cache of each browser?
BG
Barney