最近更新时间:2022-03-17 17:10:28
本接口用于设置加速域名的Refer防盗链功能,加速域名创建后,默认不开启refer防盗链功能
本接口请求需要包含指定目录/2016-09-01/domain/SetReferProtectionConfig、公共请求header和该接口所特有的请求参数,具体请求语句参照下文请求示例。
参数名 | 必选 | 类型及范围 | 说明 |
---|---|---|---|
DomainId | 是 | String | 域名ID |
Enable | 是 | String | 配置是否开启或关闭,取值:on、off,默认值为off; 开启时,参数ReferType和ReferList为必填项。 |
ReferType | 是 | String | refer类型,取值:block:黑名单;allow:白名单,开启后必填 |
ReferList | 否 | String | 逗号(半角)分隔的refer列表; Enable为on时为必填项; 支持多条输入,一次最多输入一百条。 |
AllowEmpty | 否 | String | 是否允许空refer访问,取值:on:允许;off:不允许;默认值:on。 |
请求示例
GET方式:
GET /2016-09-01/domain/SetReferProtectionConfig?DomainId=2D08M8V&Enable=on&ReferType=block&ReferList=www.test.com
Host: cdn.api.ksyun.com
X-Amz-Date: date
Authorization:authorization string
x-action: SetReferProtectionConfig
x-version: 2016-09-01
POST方式:
POST /2016-09-01/domain/SetReferProtectionConfig
Host: cdn.api.ksyun.com
X-Amz-Date: date
Authorization:authorization string
x-action: SetReferProtectionConfig
x-version: 2016-09-01
Content-Type: application/json
{
"DomainId": "2D08M8V",
"Enable": "on,
"ReferType": "block",
"ReferList": "www.test.com"
}
返回示例
为了帮您快速定位问题,WCDN将错误码集中归类,请到【使用须知】查看详情。
纯净模式