我正在使用scalr,并尝试使用postman客户端访问scalr api,但遇到错误:
{
"meta": {
"requestId": "63b814f1-f885-48cc-85d6-762e524e0bfb"
},
"errors": [
{
"code": "BadAuthentication",
"message": "Unsigned request"
}
]
}对于scalr api,他们提供了访问密钥I:xxxxxxx和密钥: xxxxxxxx,所以我使用基本身份验证过程,并给出:
username:(scale key id)
password:(scalr secret_key)Scalr api在scalr api接口上工作得很好,但是在postman客户端上抛出了错误。请告诉我问题出在哪里。
https://stackoverflow.com/questions/41441178
复制相似问题