This simple plugin allows you to send GET or POST requests to a server. You can use this to trigger events on a machine on the local network or on the internet.
- Add the plugin to your COGS project
- Enabled the plugin in "Show Settings" in the "Build" view
- Add a
HTTP: GETorHTTP: POSTaction to your behaviour
- Type the URL you want
Optional: You can use Computed Values to change the URL depending on a variable or some other state in COGS.
The HTTP headers and body cannot be set using this plugin.