wip: add percent_decode before uri_encode for check signature

this avoid error when request uri is not encoded for signature
This commit is contained in:
Gwen Lg
2026-03-03 16:44:08 +01:00
committed by Alex
parent 4efaea60bb
commit 3a97b13e2f
3 changed files with 7 additions and 1 deletions
Generated
+1
View File
@@ -1548,6 +1548,7 @@ dependencies = [
"md-5",
"nom",
"opentelemetry",
"percent-encoding",
"pin-project",
"quick-xml",
"serde",