Post process
The Post process sends data to a specified URL.
The following table describes the process inputs for the HTTP adapter with the Post process.The [confluence_table-plus] macro is a standalone macro and it cannot be used inline. Click on this message for details.
The following table describes the process output parameters for the HTTP adapter with the Post process.The [confluence_table-plus] macro is a standalone macro and it cannot be used inline. Click on this message for details.
Specifies whether to include the 'Expect' header with '100-continue' value in the generated request or not.
As per HTTP/1.1 specifications, this element should be set by the clients while sending a request when it intends to send the request body in the subsequent request and expects an intermittent 100-contnue response from the server. A few web servers do not recognize this header and end up sending a 400-BAD Request error to the client. In such cases, this header should not be set by the clients to successfully run the request.
Valid Values: true, false
Default: true (per HTTP/1.1 specification)
No