html5 - cross origin video does not load in Chrome -
i trying video crossorigin
attribute play in chrome (version 20.0.1132.47 m). not load. network panel shows options
(so called "preflight") request gets aborted browser reason.it works without crossorigin
attribute. firefox loads , plays successfully. appreciate suggestions.
<video id='vid' autoplay crossorigin src='http://videos-cdn.mozilla.net/serv/mozhacks/demos/resources/immersivevideo/dubai.r.webm'> </video>
the cause of turned out missing access-control-allow-headers
response header list of http headers matches list passed in access-control-request-headers
request header.
Comments
Post a Comment