Http Api 403 error from gateway troubleshooting

0

I am trying to invoke a HTTP API gateway endpoint and I am getting the below error message with status code of 403.

I am using Authorization token generated using accekey, secretkey. I signed the API request using aws sig4. Is there any way to more logs on further troubleshooting the issue

{"message":"Forbidden"}

Using same Accesskey/Secret I was able to make a postman call but not able to make a request from jmeter

  • Are you certain jmeter isn't adding additional HTTP Headers that aren't included when generating the signature? I believe all or most of the HTTP Headers need to be factored into the signature.

AWS
已提問 1 年前檢視次數 387 次
1 個回答
0

Some quick checks you can verify

  • Check for any missing values for your User Defined Variables like AWS access key, secret key, host, service name and region as applicable
  • Check for proper header names with values
profile pictureAWS
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南