From fdc59442d0bc7cf50ac10c770a7f5d702e22fdd2 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 7 Mar 2018 22:05:05 +0100 Subject: [PATCH] Document CORS behavior on tally endpoints. --- monitoring.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/monitoring.rst b/monitoring.rst index 204c37a..824da3c 100644 --- a/monitoring.rst +++ b/monitoring.rst @@ -59,3 +59,7 @@ match the borders around the input in the producer's mixer display—typically green for on preview and red for live. This also means they can be CSS textual colors (like “red”), although you can of course make the theme return only “#ff0000” or similar if this makes your tally application simpler. + +Note that the tally endpoints have fully open `CORS `_ +headers, so that they can be queried from anywhere; tally data is not sensitive, +and this makes it significantly easier to query them from a web page. -- 2.39.2