HTTP Client
Overview
The HTTP Client component calls other open APIs through HTTP/HTTPS to obtain data required for orchestration.
Configuration
|
Parameter |
Description |
|---|---|
|
URL |
Enter a correct API request address that starts with http or https. |
|
Security Authentication |
Currently, APP authentication and None modes are supported.
|
|
APP Key |
This parameter is mandatory only if Security Authentication is set to App Authentication. Key of the application authorized by the API provider. |
|
APP Secret |
This parameter is mandatory only if Security Authentication is set to App Authentication. Secret of the application authorized by the API provider. |
|
Method |
Request method. The options are as follows:
|
|
Parameters |
Configure the condition information carried in the API access request to control the API execution behavior. The following types are supported:
|
|
Body |
This parameter is mandatory only when Method is set to POST or PUT. Request body to be carried in the API request. The JSON and XML formats are supported. You can add Content-Type: application/json or Content-Type: application/xml to the request header. |
Last Article: Integration Application
Next Article: Open API
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.