HTTP cue
Calls an HTTP endpoint.
Settings
| Setting | What it does |
|---|---|
| Method | GET, POST, PUT, PATCH, DELETE, HEAD or OPTIONS |
| URL | Where to call; must start with http:// or https:// |
| Headers | Name/value pairs sent with the request |
| Body | What to send, for the methods that carry one |
How it runs
Fire and forget: the request goes out and the cue is done. Nothing waits for the response, and a failure is reported in the console rather than on stage — a lighting desk that does not answer should not hold up a show.
Invalid without a URL, or with one that does not start with http:// or
https://.
Scripting
duration only.