Step - HTTP

Creates a HTTP request to an URL and processes the result.
The Ignore Error step will continue processing to the next step even after non-200 response.
Result will be stored in the header field identified by the Key field's value, an extra header field will be added for status code, so error checking is easier. The extra field's name will be '_status' added to the Key field's value.
Can work with any parser, if XPath parser is used can return several new payloads without the need of pagination.