You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I make a request with a URL encoded query parameter it fails with this error.
{"message":"The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details."}
My query parameter ends with %3D. How can I make such a request?
The text was updated successfully, but these errors were encountered:
ananthb
changed the title
{"message":"The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details."}
URL Encoded Query Parameters
Jan 10, 2025
If I make a request with a URL encoded query parameter it fails with this error.
My query parameter ends with
%3D
. How can I make such a request?awscurl --service lambda https://my-lambda.lambda-url.us-east-1.on.aws/v1"?aaa=something%3D"
The text was updated successfully, but these errors were encountered: