2
我試圖做一個HTTP GET請求製作一個HTTP API請求Amazon彈性青苗
並獲得
<?xml version="1.0" standalone="no"?>
<ErrorResponse xmlns="http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/>
<Error>
<Type>Sender</Type>
<Code>InvalidClientTokenId</Code>
<Message>No account found for the given parameters</Message>
</Error>
<RequestId>ca83cbc7-f22a-11e3-8380-3bbf7df037f3</RequestId>
</ErrorResponse>
我試過設置我的鑰匙和祕密作爲基本HTTP認證的用戶名和密碼,但顯然這不起作用。
那麼如何將我的密鑰和密鑰添加到我的遠程請求?