1回答
- 新しい順
- 投票が多い順
- コメントが多い順
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

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