From 322f0ea51a8dcb4bec8db0507db0f6307abe68f1 Mon Sep 17 00:00:00 2001 From: Steven <123366695+steven-fulll@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:32:55 +0200 Subject: [PATCH] Add information about rawurldecode in the signature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d00d0c..b749c4b 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ $signedRequest = new SignedRequest( 'GET', 'subdomain.domain.tld', '/path/to/resources', - 'content', + rawurldecode('content'), $signatureTime // if needed );