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 réponse
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
EXPERT
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions