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

Bad signature for request with repeated key in query parameters #18

Open
malcolmm83 opened this issue Mar 14, 2024 · 0 comments
Open

Bad signature for request with repeated key in query parameters #18

malcolmm83 opened this issue Mar 14, 2024 · 0 comments

Comments

@malcolmm83
Copy link

I've got a request that's getting a 403
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.

The request specifies the "created" query parameter key twice like so:
created=ge2000-07-01&created=le2024-03-09

If we use this syntax, the request is accepted.
created=ge2000-07-01,le2024-03-09

Since the original request works fine with AWS signatures in Postman, I'm thinking the duplicated query param key is causing the signature to be generated incorrectly. Please let me know if I can furnish any additional details.

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