Quantcast
Viewing all articles
Browse latest Browse all 229962

Http headers for

Hi, in my page I have to play a video. This video is secured by an oauth token. http interceptors or $http.headers can't intercept and set headers for requests made directly from the browser (and not javascript).

Is there a solution? When I have to retrieve a secured image, I download it as base64 and then set the src accordingly. But videos are too big, I need to stream them, not entirely download and then display them.

How can I do?


Viewing all articles
Browse latest Browse all 229962

Trending Articles