HTTP Client
Description
HTTP Client is a step in the Lookup Plugin for Process Studio Workflows. The HTTP client step performs a simple call to a base URL with options configured. The result is stored in a String field with the specified name.
Configurations
No. | Field Name | Description |
---|---|---|
1 | Step name | Specify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow. |
2 | URL | Specify the base URL string to call. |
3 | Accept URL from field? | Enable this option if you want to get the URL from a previous step. Enabling this will also allow you to specify the name of the input field. |
4 | URL field name | Specify the name of the incoming field that contains the URL |
5 | Connection timeout | Specify the timeout until a connection is established (milliseconds) |
6 | Socket timeout | Specify the number of seconds to wait if no data is returned from the server. |
7 | Connection close wait time | Specify Connection close wait time to Close all connections older than the value specified here. |
8 | Result fieldname | Specify the name of the field to store results |
9 | HTTP status code field name | Specify the name of the field to store the HTTP response code (e.g. 200, 404) |
10 | Response time (milliseconds) field name | Specify the name of the field to store the response time |
11 | Http Login | Specify the username to be passed during HTTP (Basic) authentication |
12 | HTTP Password | Specify the password to be passed during HTTP (Basic) authentication |
13 | Proxy Host | Specify the hostname of the Proxy Server to be used |
14 | Proxy Port | Specify the port number of the Proxy Server to be used |
15 | Parameters | Provide parameter name-value pairs to pass on the URL |
16 | Custom HTTP Headers | Provide optional HTTP headers |