forked from tbnobody/OpenDTU
-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
Web applications incompatible with the firmware keep causing issues.
Describe the solution you'd like
I know there are ways to make the browser fetch a new copy of the web app. I used this in some application some time ago. The idea is to request the resources with an URL parameter, and the backend will only answer with the respective HTTP response code if the parameter matches the backend firmware version. Something like that... Not sure if that still works, though. Modern browsers might be even more "smart".
Describe alternatives you've considered
No response
Additional context
No response