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
관련 콘텐츠
- 질문됨 10달 전

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