요약
The server understood the request but refuses to authorize it. Re-authenticating will not help.
언제 발생하나
Returned when the authenticated user lacks permission for the resource.
흔한 원인
- Insufficient user role or permissions
- IP, geo, or firewall (WAF) block
- Missing OAuth scope
- Accessing another user’s resource
해결 방법
- Check the user’s role and permissions
- Verify resource ownership
- Review server ACL / WAF rules
- Request the required access or scope