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.

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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则