javascript如何获取视频的重定向网址

时间:2017-01-28 10:11:40

标签: javascript html5 redirect html5-video

有一个视频节点如下所示:

<video preload="auto" width="100%" height="100%">
    <source src="http://www.example.com/1.mp4" type="video/mp4" label="360p" res="360">
</video>

src的值不是该视频的真实地址。因为服务器将返回带有location标头的302响应,然后重定向到该位置。但该位置是一个IP地址。

那我怎么能用javascript获取位置?

0 个答案:

没有答案