1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
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
Conteúdo relevante
- feita há 3 meses

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