Enabling the HTTP Request execution capability on the Site Controller¶
This capability is needed to enable the HTTP workflow task type. It enables the site controller to execute given http requests as part of Workflows that include tasks of type ExtensionTaskWebhook
.
On the site controller edit the
docker-compose.yaml
file and appendHTTP_REQUEST=enabled
the following in theenvironment
section of thems-tunnel
object like this:
...
environment:
- HTTP_REQUEST=enabled
Restart the site controller:
docker compose up -d