![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
On return, contains the HTTP response code as an integer value. The return value has type C, syntax B, and length 4. The data being sent to the HTTP server with the request.
It has a length of 16384. A variable used to contain the result of the HTTP request. It has a length of 16384. A variable used to contain any error message resulting from the HTTP request. It has a length of 512.
• If the header parameter value contains single or double quotation marks, each quotation mark must be repeated.
• The data parameter can be used to pass FORMAT input fields to an HTML form page. Form parameters look like query string parameters on a URL request. They are passed as a series of name=value pairs, each separated by an ampersand character.
For example, if a form has two parameters, USERID and PASSWORD, and your rule passes the constant string ‘USERID=ME,PASSWORD=PWD’ as the value of the data parameter, the HTML form receives ‘ME’ as the value for the ‘USERID’ parameter and ‘PWD’ as the value for the ‘PASSWORD’ parameter.
Take care when passing data using the data parameter of this rule. By default, the data is passed as plain text for GET requests, and as application/x-www-form-urlencoded data for POST requests.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |