查询访问鉴权
更新时间:2026-08-18
接口
本接口用于查询域名的访问鉴权。
| Method | Path | 说明 |
|---|---|---|
| GET | /v2/domain/{domain}/config?requestAuth | 查询域名的访问鉴权配置 |
domain:查询配置的 CDN 加速域名。
响应体(Response Body)
| 参数 | 类型 | 说明 |
|---|---|---|
| requestAuth | RequestAuth | 访问鉴权配置 |
RequestAuth 类型说明同设置访问鉴权文档。
响应码(Http Status Code)
| Http Status Code | 说明 |
|---|---|
| 200 | 查询成功。 |
响应示例
JSON
1HTTP/1.1 200 OK
2Server: nginx
3Date: Tue, 18 Aug 2026 03:23:38 GMT
4Content-Type: application/json; charset=utf-8
5Transfer-Encoding: chunked
6Connection: keep-alive
7
8{
9 "requestAuth": {
10 "type": "C",
11 "key1": "secretekey1",
12 "key2": "secretekey2",
13 "timeout": 300,
14 "whiteList": ["/crossdomain.xml"],
15 "signArg":"sign",
16 "timeArg":"t",
17 "timestampFormat":"dec"
18 }
19}
评价此篇文章
