Redirects to a Site Clipper connector.

Continue with Site Clipper statement ends an HTML transaction by redirecting the context to a Site Clipper connector. It is set at the end of an handler to end the HTML transaction, which results in that no other handler nor statement from the transaction is executed after it.
This statement specifies a redirection URL to its parent connector in the transaction’s XML output. This rewritten URL is an absolute URL pointing to the current Convertigo project, with a particular syntax:

• it starts with the usual project’s path,
• it then specifies the Convertigo context and the Site Clipper connector to use,
• it ends with the .siteclipper extension,
• after the extension, the target resource URL is concatenated, replacing the ‘://’ symbols after the target resource protocol, (http:// for example, by a ‘/’ character.

This gives the following URL form:
http://<convertigo_server_host>:<convertigo_server_port>/convertigo/projects/<project_name>/context=<context_name>&connector=<connector_name>.siteclipper/<target_resource_protocol>/<target_resource_host>/<target_resource_URI>
The Site Clipper connector accessed thanks to this URL then relays all HTTP messages between the client and the target server. For more information about Site Clipper, see Site Clipper connector and related objects documentation.
Note: The Site Clipper connector to which redirect is in the same project. Thus, the HTML transaction and the Site Clipper connector can share the same context.

Property Type Category Description
Comment String standard Describes the object comment to include in the documentation report.
This property generally contains an explanation about the object.
Is active boolean standard Defines whether the statement is active.
Site Clipper connector String standard Define the Site Clipper connector to which redirect.
The target connector can be chosen among the connectors from the same project as the Continue with Site Clipper statement. Indeed, the HTML transaction including the Continue with Site Clipper statement and the Site Clipper connector must share the same context.