各位大神,
COS开启了防盗链设置之后,PHP服务端可以创建、删除、列举BUCKET里的OBJECTS,但是在读取时(使用 getObject),就出现了“You are denied by bucket referer rule”提示。关闭防盗链设置之后就没问题。请问如何在SDK里设置Referer这个头信息?
谢谢。
直播视频配置了防盗链,并配置了域名白名单,但在Andoroid/Chrome环境(包括浏览器和微信内),视频请求m3u8地址,如http://12345.liveplay.myqcloud.com/live/abcd.m3u8?txSecret=xxx&txTime=xxx是会在请求头带refer信息,但后续请求切片并不会带referer,所以后续请求ts的时候就会报“You do not have permission to get URL '/live/-xx.ts' from this server.”错误。
以下代码只有*.mydomain.com通过php访问,如何给代码添加防盗链?我该把它添加到哪里?
<?php
$dir = 'folder';
$file = $_GET['name'];
// local file that should be send to the client
$local_file = $dir.'/'.$file;
// filename that the user gets as default
$download_file = 'video.mp4';
// set the dow