I have an application which is overwriting the image (in localhost) every 40 milliseconds. I am trying to load that image (same name and from localhost) in the HTML5 image tag also every 40 milliseconds. The problem is after loading the first image, image is stored in cache and the HTML5 is not loading the new image (same name).
I was searching and have seen (for example Basic HTML5 caching) cache.manifest issues, but couldn't solve my problem. What is the best way to not to cache the image in html5?
thak you