AWS Signature Error using Postman to access the AWS API Gateway when posting a binary

佐手、 提交于 2019-12-11 03:52:14

问题


Works fine when doing a GET request or even a POST request with raw JSON. But sending a file returns this error:

"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 Canonical String for this request should have been 'POST......."

Credentials are definitely correct.


回答1:


This is a known issue posted on 3rd July: https://github.com/postmanlabs/postman-app-support/issues/3232

Will wait for the update



来源:https://stackoverflow.com/questions/44954562/aws-signature-error-using-postman-to-access-the-aws-api-gateway-when-posting-a-b

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!