Skip to main content

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 NameDescription
1Step nameSpecify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
2URLSpecify the base URL string to call.
3Accept 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.
4URL field nameSpecify the name of the incoming field that contains the URL
5Connection timeoutSpecify the timeout until a connection is established (milliseconds)
6Socket timeoutSpecify the number of seconds to wait if no data is returned from the server.
7Connection close wait timeSpecify Connection close wait time to Close all connections older than the value specified here.
8Result fieldnameSpecify the name of the field to store results
9HTTP status code field nameSpecify the name of the field to store the HTTP response code (e.g. 200, 404)
10Response time (milliseconds) field nameSpecify the name of the field to store the response time
11Http LoginSpecify the username to be passed during HTTP (Basic) authentication
12HTTP PasswordSpecify the password to be passed during HTTP (Basic) authentication
13Proxy HostSpecify the hostname of the Proxy Server to be used
14Proxy PortSpecify the port number of the Proxy Server to be used
15ParametersProvide parameter name-value pairs to pass on the URL
16Custom HTTP HeadersProvide optional HTTP headers