Wed Aug 31, 2011 11:03 am
Hi Normis! I'm talking about embedded videos using HTML5 video tag. Browsers like Chrome or Safari sends a byte-range GET request to the web server so the video data is sent to the browser through series of 206 Partial Content responses and MikroTik does not cache the video. If the video file is fetched using the regular GET request, the web server sends a 200 OK response with the full content, and the video file is cached. Is there a way to cache video files delivered as partial contents to the clients with MikroTik web proxy?