Android Chrome - Html5-Video-Tag does not work with redirecting url -
Android Chrome - Html5-Video-Tag does not work with redirecting url -
hi have hmtl5 page video tag
<video> <source src="medias/4eb5056e-c753-4aaf-ac56-4b643e2b9340/" type="video/mp4"></source> </video>
the src-url redirected (302 found) like
http://192.168.1.68/media.php?token=rhdgehcmts1qjexvjqa7&res=hi
this works in desktop browsers. tried on android-chrome, , player nothing.
if alter src attribute right url works
src="http://192.168.1.68/media.php?token=rhdgehcmts1qjexvjqa7&res=hi"
any ideas can do? need redirect-mechanism.
the problem redirected url "medias/4eb5056e-c753-4aaf-ac56-4b643e2b9340/" needed authentication. android video-player not apply browser's cookies request:
stackoverflow.com/questions/16310552/do-mobile-browsers-send-httponly-cookies-via-the-html5-audio-tag#16405325
even non-http-only cookies aren't applied on phone (s4)
android google-chrome redirect html5-video
Comments
Post a Comment