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
Authorization: Auth String (For more information, see Request Signature).
GET /?origin-protect HTTP/1.1
This API allows GET requests.
Common request headers are used for the implementation of this request operation. For more information, see Common Request Headers.
This request operation does not use any special request header.
The request body of this request is empty.
This response uses common response headers. For more information, see Common Response Headers.
This response does not use any special response header.
<?xml version="1.0" encoding="UTF-8" ?>
<OriginProtectStatus>on</OriginProtectStatus>
Node Name (Keyword) | Description |
---|---|
OriginProtectStatus | Valid values: on and off. |
Was this page helpful?