HTTP request task

An HTTP request task will call a given url (API endpoint, outgoing webhook, ping, …).

Execution of this task will be considered as failed if the HTTP request returns an HTTP code outside the range 200-299 inclusive.

HTTP Response logging

If required, you can configure your task to log http response (this is not the default setting to avoid taking up unnecessary disk space), systematically or only on failure.

The following data will then be collected:

  • HTTP code
  • Headers
  • Body (downloadable or directly displayed in the UI for content in JSON/XML/HTML format under 100Kb)

These logs can only be viewed by administrators or project managers and advanced executors associated with the task.