SetForceRedirectConfig

Last updated:2021-03-17 11:07:50

SetForceRedirectConfig

Description

You can call this operation to configure forcible redirection for a domain name.

Note:

Forcible redirection is disabled by default after a domain name is added.

Request syntax

The API request contains the specified directory /2016-09-01/domain/SetForceRedirectConfig, common request headers, and operation-specific request parameters. For more information, see the sample request.

Request headers

Header Required Type Description
X-Version Yes String The version number. Set the value to 2016-09-01.
X-Action Yes String The operation that you want to perform. Set the value to SetForceRedirectConfig.

Request parameters

Parameter Required Type Description
DomainId Yes String The ID of the domain name.
RedirectType Yes String The type of forcible redirection. Valid values: off and https (redirection from HTTP to HTTPS). Default value: off. A certificate must be configured for the domain name before you set the RedirectType parameter to https.

Examples

Sample request

GET method:

GET /2016-09-01/domain/SetForceRedirectConfig?DomainId=2D08M8V&RedirectType=off
Host: cdn.api.ksyun.com
X-Amz-Date: date
Authorization:authorization string
x-action: SetForceRedirectConfig
x-version: 2016-09-01

POST method:

POST /2016-09-01/domain/SetForceRedirectConfig
Host: cdn.api.ksyun.com
X-Amz-Date: date
Authorization:authorization string
x-action: SetForceRedirectConfig
x-version: 2016-09-01
Content-Type: application/json

{
    "DomainId":"2D08M8V",
    "RedirectType":"off"
}

Sample response

  • Note: If this operation is successfully called, the HTTP status code 200 is returned, without a return value. If this operation fails to be called, the HTTP status code 403 or 400 is returned. For more information about the error codes for the HTTP status code 400, see Usage notes.

Did you find the above information helpful?

Unhelpful
Mostly Unhelpful
A little helpful
Helpful
Very helpful

What might be the problems?

Insufficient
Outdated
Unclear or awkward
Redundant or clumsy
Lack of context for the complex system or functionality

More suggestions

0/200

Please give us your feedback.

Submitted

Thank you for your feedback.

问题反馈