Quantcast
Channel: Add custom headers to IMG, VIDEO and AUDIO requests - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by B''H Bi'ezras -- Boruch Hashem for Add custom headers to IMG, VIDEO...

As far s I'm aware the only way to do this is with XMLHttpRequest or fetch, BUT you can tried l retrieve binary data for videos and stream it using native stream APIs.If the server allows partial...

View Article



Answer by HoldOffHunger for Add custom headers to IMG, VIDEO and AUDIO requests

You want to use the browser's native capability of downloading and rendering your image, audio, and video requests. Easy solution: Use an <iframe/>, then when you want to download something, set...

View Article

Add custom headers to IMG, VIDEO and AUDIO requests

I am working on a project where we need to add some custom headers to the HTTP requests for image, video and audio content in the browser. I've been looking around and not really coming up with a good...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images