Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoachim Bauch <bauch@struktur.de>2020-07-31 17:59:57 +0300
committerJoachim Bauch <bauch@struktur.de>2020-07-31 17:59:57 +0300
commitd69419279535cd5e2de623ccd0c4babc020bc895 (patch)
treec63b0bc832a598ad6f10f8617673ed833edf53cf /docs
parente21b25507da200343ec32e4a4f55045fac3942f2 (diff)
Pass base URL of Nextcloud to signaling server in backend requests.
Signed-off-by: Joachim Bauch <bauch@struktur.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/standalone-signaling-api-v1.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/standalone-signaling-api-v1.md b/docs/standalone-signaling-api-v1.md
index 1ee91550d..8cfffc49b 100644
--- a/docs/standalone-signaling-api-v1.md
+++ b/docs/standalone-signaling-api-v1.md
@@ -99,6 +99,8 @@ must contain two additional HTTP headers:
- `Spreed-Signaling-Checksum`: SHA256-HMAC of the random string and the request
body, calculated with a shared secret. The shared secret is configured on
both sides, so the checksum can be verified.
+- `Spreed-Signaling-Backend`: Base URL of the Nextcloud server performing the
+ request.
### Example