HTTP Cleanse Function
Learn about the out-of-the-box HTTP cleanse function.
Use the HttpStatusCleanser
function to cleanse HTTP calls. To configure cleansers, see topics Set Cleanse Functions Configuration and topicConfigure cleanse functions.
- It sends all input fields in query parameters and will expect the response in a simple JSON with key value pairs.
- It doesn't have an option to add any additional headers, including any security token.
Name | Required | Description |
---|---|---|
url
| Yes | The base URL. Note: You can also specify other properties in the Cleanse function configuration by appending properties to the base URL. |
method
| No | The method of the request. One of:
|