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
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-08-03 11:08:26 +0300
commit6996a0d9432e9da42e88729b5b01a86e0206a433 (patch)
tree17af3ca957336d925d820efff4ceffc0de4b445e /docs
parent1e96c5c3b38aeb3720cb3e1259ce0ab0aaf07f71 (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