Pc app refers to the IE kernel browser, how to solve the cache problem?

develop relevant embedded web pages on PC"s microsoft store, using the kernel of IE, the cache can not be cleared out all the time, resulting in the loss of style and confusion of page layout after the version update.

uses win10 system. It has been tried to set cache-controller: no-store to the backend, but it doesn"t work.

guess is the caching mechanism of IE, read the last index.html file, the css static resource requested in the last html caused a 304redirection, but at this time the file is gone.

this problem is similar to the caching of Wechat micro-web pages. At this stage, let the backend do a redirect. In index.html?t=Random/-sharp/router, update the html document

.
May.05,2022
Menu