简体   繁体   中英

HTML5 Manifest through proxy

We are using the HTML5 cache manifest mechanism. In some cases, clients using proxy do not get the latest front-end version, probably because the manifest file (and all other files) are cached on the client's organization proxy.

Is there a way to ensure that the manifest will not be cached on proxies?

Not Sure, Try the below Code:

window.applicationCache.status

Similar Plugin may be useful https://github.com/meryn/connect-appcache-proxy

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM