-
Notifications
You must be signed in to change notification settings - Fork 23
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
Canonical String for POST request is invalid #17
Comments
Hi, @BartusZak 👋 I'll take a look when I find the time. If you're willing to investigate yourself, feel free to open a PR! |
owner isn't getting time... lolzzz its being more than 5 months and same issue... |
@FirdousNath Please take a look at the README:
|
Possible it’s the same issue I faced #18 Without needing that PR, you can fix it with (assuming it is the same problem):
|
Expected Behavior
AWS v4 Signature should be a valid signature for a request. Request should return endpoint response.
Current Behavior
Constructed AWS v4 Signature is not valid for POST request.
Request payload:
Response:
Possible Solution
Steps to Reproduce
POST
request with payload (payload content described above)Context (Environment)
Can't access
POST
API Gateway endpoint, secured withaws_iam
authorizer. Signature is correct for GET request.Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: