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

auth v4 canonical request #177

Closed
alexandre-merle opened this issue Oct 13, 2016 · 0 comments
Closed

auth v4 canonical request #177

alexandre-merle opened this issue Oct 13, 2016 · 0 comments
Labels

Comments

@alexandre-merle
Copy link
Contributor

Query parameters for POST request should not infer in the payloadChecksum, like this :

POST /?Param1=value1 HTTP/1.1
Host:example.amazonaws.com
X-Amz-Date:20150830T123600Z

should generate :

POST
/
Param1=value1
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

when we generate this payload 9095672bbd1f56dfc5b65f3e153adc8731a4a654192329106275f4c7b24d0b6e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant