I am running an application in Microsoft Edge that for work reasons can not be executed in any other browser. The project was already started when I took it and I am asked to always get the latest version of the application every time I click on the refresh button. Now I'm also limited to using javascript and I can only enter HTML5. I have used this meta tag <meta http-equiv="cache-control" content="no-cache" />
and it works fine for explorer 11 but not for edge. Does anyone know what else is possible with these limitations?
Greetings!