Previous Topic: Operator FailureNext Topic: Input Parameters


HTTP Post Form Operator

HTTP Post Form Operator

The HTTP Post Form operator posts data to an HTTP form. The data is of type name-value pairs that can include values that are files.

Unlike the HTTP Post operator, the HTTP Post Form operator sends the HTTP post request to an HTTP form. The URL of the operator is the action element of the form. For example:

<form name=”myForm” method=”post” action =”XXXXXXXX”>

Express the destination URL as the full path to the script or process on the HTTP server that the action element points to. Do not use a relative path for the destination URL.

The script or process where the action element points must be publicly available for the HTTP Post Form operator to call it.