I've found that Edge doesn't work when playing videos for the 2nd time. My app is using a default <video>
tag and Edge is sending an If-Modified-Since
header when it loads the video for the second time. If my server returns a 304 Not-Modified it doesn't work. When I change it to return the complete video it works.
Anyone that can verify this behavior? Am I doing something wrong, should I add other things in my 304 response in order to make it work?
Btw I saw that other browsers like Chrome and Firefox never send the If-Modified-Since
when loading the video.