This API is used to query whether the original image protection feature is enabled.
GET /?origin-protect HTTP/1.1
Host: <BucketName-APPID>.pic.<Region>.myqcloud.com
Date: GMT Date
Authorization: Auth String
Note:Authorization: Auth String (see Request Signature for more information).
This API only uses common request headers. For more information, please see Common Request Headers.
The request body of this request is empty.
This API returns only common response headers. For more information, please see Common Response Headers.
<?xml version="1.0" encoding="UTF-8" ?>
<OriginProtectStatus>on</OriginProtectStatus>
Node Name (Keyword) | Description |
---|---|
OriginProtectStatus | Valid values: on , off |
Was this page helpful?