/security/qs/
设置请求的 URL 是否可以包含 querystring 默认开启
请求地址
/security/qs/
HTTP请求方法
POST
是否需要登陆授权
是,关于登录授权,参见授权机制
请求参数
必选 | 数据类型及范围 | 说明 | |
---|---|---|---|
bucket_name | true | string | 空间名 |
args_follow | true | enum('enable', 'disable') | 开启/关闭 |
args_restore | false | enum('enable', 'disable') | 开启/关闭 |
args_follow 说明:
enable: 允许 URL 携带 querystring disable: 不允许 URL 携带 querystring
args_restore 说明:
enable: 缓存不包括 querystring disable: 缓存包括 querystring
args_restore 和 args_follow 两者只能同时开启一个
返回结果
{
"result": true,
"data": {
"bucket_name": "bucket",
"args_follow": "enable",
"args_restore": "disable",
}
}
Last edited by jianhua.wang, 2016-09-27 10:37:59