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.yamlfile and appendHTTP_REQUEST=enabledthe following in theenvironmentsection of thems-tunnelobject like this:
...
environment:
- HTTP_REQUEST=enabled
Restart the site controller:
docker compose up -d