Hi,
I am trying to use application caching in my project. But as soon as I try to access a cached page, the page is directed to badlink instead. In another discussion in the forum, it says a later release will be available to resolve the issue. I would like to know when would the next release be available. The current version being used is 1.0.2.3.
Thanks,
Jyothi
I use application cache with version 1.0.2.3 and it works fine.
Maybe check that you have your cache manifest properly configured?
Points: 0
You voted ‘up’
Yes the manifest looks proper and all files get cached properly in chrome. But in rho elements, I cannot get the cached page, instead the badlink is invoked in the absence of netwok.
Points: 0
You voted ‘up’
One thing to specifically check is that the file extension you are using (.appcache for example) is being served with the correct MIME type. Check out http://appcachefacts.info/ for a bit more detail.
Points: 0
You voted ‘up’
The file extension used is .manifest and the mime type has been explicitly added as text/cache-manifest.
Points: 0
You voted ‘up’