Home >Backend Development >PHP Tutorial >php-有些音乐网站的mp3文件地址可以通过浏览器打开,但无法使用程序或curl下载

php-有些音乐网站的mp3文件地址可以通过浏览器打开,但无法使用程序或curl下载

WBOY
WBOYOriginal
2016-06-02 11:34:331567browse

程序phpcurl

比如QQ音乐,地址举例:http://stream12.qqmusic.qq.com/34829977.mp3
可以通过浏览器直接打开下载。
但通过程序就无法下载,curl也不行。
只能下载到一个表示没有权限的页面。
我试过模拟浏览器的header信息也不行。
不知道在模拟header的情况下,程序请求和浏览器请求到底有何不同?
有没有高手可以使用程序下载到这个文件?使用php最佳。
望不吝赐教。

解决了,就是对cookie有校验。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn