The HTTP Client collector function collects data from a third-party HTTP server. You can configure this function to set the values for how the HTTP Client function would behave when communication with the third-party HTTP server, and how to specify the method of communication.
You can configure this function in the following settings.
Connection
Operational settings
General settings
Results
Connection
Depending on the users' configuration, three authentication methods are available: None, Basic authentication and OAuth 2.0.
A selectable option from the Authentication type is used to make the selection and based on that separate configuration options are available. There will be additional options for the Authentication type selected.
Rw ui tabs macro | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Add the Target URL of the HTTP request to be made to the HTTP server.
Add the Username and Password if there are any. These options can be left empty. Add the Target URL of the HTTP request to be made to the HTTP server. In Target URL, enter the URL of the target HTTP server. You can use Variable Insertion.
The Use redirect fields checkbox allows you to toggle URL redirection using the available options. Two fields are displayed when this option is enabled – the Target URL field where the designated address is to be entered, and an optional Resource path. Add the Target URL of the HTTP request to be made to the HTTP server.
|
Rw ui expands macro | ||||
---|---|---|---|---|
It is also possible to use the Secrets Wallet functionality to apply stored credentials for the three HTTP Functions. If Secrets Wallet is not enabled, you configure the following fields.
|
Rw ui expands macro | ||||
---|---|---|---|---|
The OAuth 2.0 parameters section of the function controls the authentication token credentials. Based on the Grant Type selection in the OAuth 2.0 credentials section, there are two types of credentials access provided for the authentication provisions – Password and Client credentials. Each of them has a distinctive configuration option. If Secrets wallet is enabled in the OAuth 2.0 credentials section, and a Private key JWT authentication type is selected, there are additional configuration options here. |
Rw ui tabs macro | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Operational settings
In Operational settings, enter the following details that determine how you want to handle the errors. The following options are available for HTTP Collector and Processor Functions only:
In Request run limit, specify the number of times the operation should run.
In Action on error, specify the action you want to take in case of an error. You can select from the following options:
Any response with the HTTP status code 4xx or 5xx is considered an error. All errors get logged in the system logs. You can refer to the Logs for more information. The default value is Ignore.
General settings
In General settings, you select an HTTP request method from the following options:
Note |
---|
Note!*The Body and Form fields are visible only for request methods POST, PUT and PATCH. See Content. |
Include query string in URL – This enables a query string in the token URL.
Customize header - This allows for custom headers to be specified.
Rw ui expands macro | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Note | Note!*The Body and Form fields are visible only for request methods POST, PUT and PATCH.Select Body or Form and add the corresponding details in the content of the request message. You can use Variable Insertion.
Expand the examples below to view samples of HTTP request messages for Body or Form:
|
Results
The support for response headers can be enabled by toggling the Enable response headers option.A default value for the key will be added by the engine (httpResponseHeaders) which will match the placeholder for the key input. Configuration is done by filling up the necessary input fields: Result headers Key and Result key.
Note |
---|
HTTP Response Headers SupportBy enabling response headers, the overall data size of the HTTP packets will also increase. Caching of the body checkbox is tied to the headers. This option is available only for the HTTP Client collector and the HTTP Client Processor. |
In Result key, you can assign a name to the result that you receive in response to the request. It is recommended to configure the resulting key to make future references of the same response easy and traceable. The default value is httpResponse.
Info |
---|
Token Renewal SupportThe collector and processor Functions support token renewal, if the servers return a 401 Token Expiry error. |