Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:protocole_json [2017/03/20 11:23] mifrey HTTP GET |
en:protocole_json [2021/09/16 21:39] (current) mifrey [In url with HTTP GET] |
||
|---|---|---|---|
| Line 27: | Line 27: | ||
| * Set an output: https:// | * Set an output: https:// | ||
| * Set an intern variable: https:// | * Set an intern variable: https:// | ||
| + | * Read a variable : https:// | ||
| That allows an external system that only supports HTTP GET to easily communicate to Calaos. | That allows an external system that only supports HTTP GET to easily communicate to Calaos. | ||
| + | |||
| + | ==== HTML Page ==== | ||
| + | |||
| + | Calaos v3 includes a debug web page to test the POST and Websocket requests. | ||
| + | |||
| + | We need first to activate the debug mode with following command: | ||
| + | < | ||
| + | calaos_config set debug_enabled true | ||
| + | </ | ||
| + | or directly add it in the file /// | ||
| + | |||
| + | The page is then accessible from https:// | ||
| + | |||
| + | {{ : | ||
| ==== Use the API with other languages ==== | ==== Use the API with other languages ==== | ||