From 01d68fa8083730d8b58496b771e460b69c5600fb Mon Sep 17 00:00:00 2001 From: Nevyn Bengtsson Date: Mon, 4 Jul 2022 15:35:17 +0200 Subject: [PATCH] x-alloverse-identity --> x-alloverse-launched-by --- protocol-reference/urls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol-reference/urls.md b/protocol-reference/urls.md index f864145..165198f 100644 --- a/protocol-reference/urls.md +++ b/protocol-reference/urls.md @@ -47,5 +47,5 @@ You can launch this gateway by calling `./allo/assist serve` inside an alloapp. When an alloplace accesses the above URL, it will fill in these HTTP headers: * `x-alloverse-server`: The `alloplace:` url of the place that the new app instance shouild connect to -* `x-alloverse-identity`: The identity blob of the user who requested the app launch +* `x-alloverse-launched-by`: The identity blob of the user who requested the app launch