1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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
Contenus pertinents
- demandé il y a 2 mois
- demandé il y a 3 ans
- demandé il y a 9 mois
- AWS OFFICIELA mis à jour il y a un an

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