Home > Configuration > Responder > importresponderhtmlpage

importresponderhtmlpage

Use this method to imports the specified HTML page to the Citrix ADC, assigns it the specified name, and stores it in the list of Responder HTML page objects. This page can be used as a HTTP response body using the Responder respondwithhtmlpage action type. The HTML page can contain expressions and the maximum number of expressions allowed is 1000.

Syntax



Parameters

src

Local path or URL (protocol, host, path, and file name) for the file from which to retrieve the imported HTML page. NOTE: The import fails if the object to be imported is on an HTTPS server that requires client certificate authentication for access.

name

Name to assign to the HTML page object on the Citrix ADC.
This is mandatory parameter.

comment

Any comments to preserve information about the HTML page object.

overwrite

Overwrites the existing file

cacertfile

CA certificate file name which will be used to verify the peer's certificate. The certificate should be imported using "import ssl certfile" CLI method or equivalent in API or GUI. If certificate name is not configured, then default root CA certificates are used for peer's certificate verification.

Return Value

Returns simpleResult

See Also