About this trigger

This trigger will create a local HTTP Server and can trigger based on specific HTTP requests.

A local HTTP server, or localhost, is a personal web server URL that can be configured to serve content over HTTP and be accessible from a device on the same local network.
Please note the following:

* You cannot access from anywhere other than the local network.

* Anyone who knows this url will be able to access (local network only) to prevent this from happening define an IP whitelist.

* That your device's IP address can change. Consider assigning a static IP address to prevent this happening.

Send Response

When you access the url, the trigger will automatically respond with a personalised text response.

See also: HTTP Server Action.

Response Code

Supports response code
and only responds to a simple custom text or magic text.

See also: HTTP Status Code (Wikipedia).


IP address whitelist

It can support one or more IP addresses so that the HTTP Server is only accessible from specific IP addresses.
Also supports magic text '...'.

See also: Magic text list

Save body to string variable

If your HTTP POST request contains any text format, you can save it in any string variable.