Send HTTP Request Task
Description
This task allows you to perform an HTTP request to an API within a pipeline.
Documentation
- Choose correct HTTP verb
- Define Headers in JSON format for the request
- Enter the URL including any query parameters
- Specify body payload for POST/PUT/PATCH requests in JSON format
Proxy
- If the request needs to be sent via proxy, you can specify proxy URL (make sure to include http://)
- Proxy credentials can also be provided (username and/or password)
Output
- The task outputs two variables: 'responseBody' and 'statusCode' which can be used in subsequent tasks.
| |