From 9fcd156ce77cfb4714053081a94f3d0c31faff26 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sun, 27 Oct 2024 18:54:33 +0200 Subject: [PATCH] Mentioned posting via GET in the docs --- ii-doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ii-doc.txt b/ii-doc.txt index 197cd84..07eb7db 100644 --- 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.