Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL Encoded Query Parameters #216

Open
ananthb opened this issue Jan 10, 2025 · 0 comments
Open

URL Encoded Query Parameters #216

ananthb opened this issue Jan 10, 2025 · 0 comments

Comments

@ananthb
Copy link

ananthb commented Jan 10, 2025

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?

awscurl --service lambda https://my-lambda.lambda-url.us-east-1.on.aws/v1"?aaa=something%3D"
@ananthb 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant