commit 9fcd156ce77cfb4714053081a94f3d0c31faff26
parent 7b6b0595e89ab6ed1db3e6cbf7d9b9a51eb56317
Author: Luxferre <lux@ferre>
Date: Sun, 27 Oct 2024 18:54:33 +0200
Mentioned posting via GET in the docs
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ii-doc.txt b/ii-doc.txt
@@ -86,7 +86,7 @@ Response: in case of success, must start with "msg ok"
where base64_msgtext is the Base64URL-encoded Point-to-Node Message.
The maximum length of the tmsg field must be 87382 bytes.
-Note: the Base64URL encoding means that after the standard base64 encoding,
+Note: the Base64URL encoding means that after the standard Base64 encoding,
the + character is replaced with -, the / character is replaced with _, and
the = character is omitted from the end.