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
preguntada hace un año387 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas