Custom headers with HTML5 video requests

Viewed 7826

I have a video resource sitting behind OAuth 2.0 wall and want to display it via <video> tag. How can I send Authorization header with video requests?

2 Answers
Related