Error Record

[Strapi] Bearer Token 보내도 '403 Forbidden' 에러 뜰 경우

0BigLife 2022. 2. 25. 16:35
728x90

제목 그대로 토큰과 url path 등 모든게 정상적으로 설정이 되어있음에도 불구하고 403 에러가 난다.
결론은 서버 내부 권한 문제인데 이는 strapi 페이지에서 Setting 항목을 통해 수정이 가능하다.

 

스택플로우 참고-!

 

Strapi API calling error: {"statusCode":403,"error":"Forbidden","message":"Forbidden"}

I am working with strapi and i am getting an error 403 Forbidden on calling an api e.g http://localhost:1337/data I've called all the APIs and the result is same 403 error I've tried it with post...

stackoverflow.com

 

성공 !

728x90