https://github.com/clockwork-dog/cogs-plugin-http
Basic HTTP plugin for COGS
https://github.com/clockwork-dog/cogs-plugin-http
Last synced: 3 months ago
JSON representation
Basic HTTP plugin for COGS
- Host: GitHub
- URL: https://github.com/clockwork-dog/cogs-plugin-http
- Owner: clockwork-dog
- License: mit
- Created: 2022-07-06T12:44:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T21:30:04.000Z (over 1 year ago)
- Last Synced: 2025-01-29T22:28:17.465Z (over 1 year ago)
- Language: HTML
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COGS HTTP plugin
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.
## How to use
1. [Add the plugin](https://docs.cogs.show/plugins/how-to-install/) to your COGS project
2. Enabled the plugin in "Show Settings" in the "Build" view
3. Add a `HTTP: GET` or `HTTP: POST` action to your behaviour

4. Type the URL you want

Optional: You can use [Computed Values](https://learn.cogs.show/computed-values) to change the URL depending on a variable or some other state in COGS.

## Limitations
The HTTP headers and body cannot be set using this plugin.