I have a video resource sitting behind OAuth 2.0 wall and want to display it via tag. How can I send Authorization header with video
Authorization
As far as i know, you can't.
But you can still use the error attribute to check if the element can fetch the video from JavaScript, and redirect to an authentication page if not.