Unify and manage your data

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.

This cleanser is a basic HTTP implementation:
  • 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.
Table 1. Properties
NameRequiredDescription
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 NoThe method of the request. One of:
  • GET
  • POST
  • DELETE
  • PATCH, and so on.
The default value is GET.