I have a project that plays some videos on a Chromium browser, but sometimes it tries to play a video that that no longer exists (I bind them in and out the containerized application with a volume).
I have to monitor browser requests from an external js file in order to reload the browser when I detect 404 response.
Any clue on how this can be made?
Thanks in advance.