From dc1b8c744733beb4d39cfda463aa6755e0312698 Mon Sep 17 00:00:00 2001 From: Gaspard Wierzbinski Date: Tue, 9 Apr 2024 16:33:52 -1000 Subject: [PATCH] Fix a mistake in cryptography --- docs/cryptography/signing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cryptography/signing.md b/docs/cryptography/signing.md index 8031a82..d3191f4 100644 --- a/docs/cryptography/signing.md +++ b/docs/cryptography/signing.md @@ -101,7 +101,7 @@ const signatureBase64 = btoa( The request can then be sent with the `Signature`, `Origin` and `Date` headers as follows: ```ts -await fetch("https://example.com/users/uuid/inbox", { +await fetch("https://receiver.com/users/22a56612-9909-48ca-84af-548b28db6fd5/inbox", { method: "POST", headers: { "Content-Type": "application/json",