FailActionHTTPRedirect

FailActionHTTPRedirect
FailActionHTTPRedirect
JSON Example
{
    "host": "string",
    "path": "string",
    "protocol": "string",
    "query": "string",
    "status_code": "string"
}
string
host
Required

The host to which the redirect request is sent. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
path
Optional

Path configuration for the redirect request. If not set the path from the original request's URI is preserved in the redirect on pool failure. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
protocol
Optional
Constraints: default: HTTPS

Enum options - HTTP, HTTPS. Allowed with any value in Enterprise, Essentials, Enterprise with Cloud Services edition. Allowed in Basic (Allowed values- HTTP) edition. Special default for Basic edition is HTTP, Enterprise edition is HTTPS.

string
query
Optional

Query configuration for the redirect request URI. If not set, the query from the original request's URI is preserved in the redirect on pool failure. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
status_code
Optional
Constraints: default: HTTP_REDIRECT_STATUS_CODE_302

Enum options - HTTP_REDIRECT_STATUS_CODE_301, HTTP_REDIRECT_STATUS_CODE_302, HTTP_REDIRECT_STATUS_CODE_307. Allowed with any value in Enterprise, Essentials, Enterprise with Cloud Services edition. Allowed in Basic (Allowed values- HTTP_REDIRECT_STATUS_CODE_302) edition.

Property Of