Skip to main content

Origin Host Header

This setting is available for all resource types.

Parameters

Description

Type

Required

organization_uuid

The created organization in Medianova Cloud Panel unit ID value. Path parameter.

String

Yes

resource_uuid

The created resource in Medianova Cloud Panel unit ID value. Path parameter.

String

Yes

origin_host_header

If you want to specify a host domain when making an origin request, please enter a domain without using http(s) such as subdomain.example.com

Object

Yes

origin_host_header.status

The values of the origin_host_header.status must be any of the; “true”, “false”.

Boolean

Yes

origin_host_header.header

If origin_host_header.status is true, origin_host_header.header is entered.

String

Yes

Payload

CODE
{
    "resource_uuid": "****-****-****-****",
    "origin_host_header": {
        "status": true,
        "header": "domain.example.com"
    }
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.