Skip to content

/AWS1/CL_SAGHTTPVERIFICATION

Contains HTTP route verification details for a target domain, including the route path and token to serve for domain ownership verification.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_token TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The verification token to serve at the specified route path.

iv_routepath TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The HTTP route path where the verification token must be served.


Queryable Attributes

token

The verification token to serve at the specified route path.

Accessible with the following methods

Method Description
GET_TOKEN() Getter for TOKEN, with configurable default
ASK_TOKEN() Getter for TOKEN w/ exceptions if field has no value
HAS_TOKEN() Determine if TOKEN has a value

routePath

The HTTP route path where the verification token must be served.

Accessible with the following methods

Method Description
GET_ROUTEPATH() Getter for ROUTEPATH, with configurable default
ASK_ROUTEPATH() Getter for ROUTEPATH w/ exceptions if field has no value
HAS_ROUTEPATH() Determine if ROUTEPATH has a value