1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
0
Hi,
An HTTP 403 response code means that a client is forbidden from accessing a valid URL. The server understands the request, but it can't fulfill the request because of client-side issues.
So, check out this article to learn how to fix all possible causes: https://repost.aws/knowledge-center/api-gateway-troubleshoot-403-forbidden
Best,
Didier
Contenido relevante
- preguntada hace 5 meses
- preguntada hace 8 meses
- OFICIAL DE AWSActualizada hace un año

As mentioned in the article provided by @Didier_Durand, check the
x-amzn-errortyperesponse header to get more information about the root cause.