*Amazon Product Advertising API で認証付きリクエストを送るための概要
公式のドキュメント
認証付きリクエストのドキュメントの日本語訳
認証付きリクエストの目的
Authentication is a process for identifying and verifying who is sending a request. The following table shows a simplified version of an authentication process.
http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/WhatIsAuthentication.html
- The sender obtains the necessary credential.
- The sender sends a request with the credential to the recipient.
- The recipient uses the credential to verify the sender truly sent the request.
- If yes, the recipient processes the request. If no, the recipient rejects the request and responds accordingly.
認証付きリクエストの生成から結果の取得の簡単な流れ
http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/WhatIsAuthentication.html
- The sender obtains the necessary credential.
- The sender sends a request with the credential to the recipient.
- The recipient uses the credential to verify the sender truly sent the request.
- If yes, the recipient processes the request. If no, the recipient rejects the request and responds accordingly.
認証付きリクエストの生成に新たに必要になった Secret Access Key
Amazon Web Servicesのページにアクセスをし、画面右上にある「Your Account」にマウスを移動する。
メニューが表示されるので「Access Identifiers」に移動し、Secret Access Key を確認する。