Most of the time when I am dealing with cloud solution, the 403
is the most frequent code I encounter. Therefore, I decide, “Enough!🤬 I need to document all these bizarre cases!”
👀Key Indicators
When you encounter 403
, you should immediately think of these followings keywords:
- permission denied
- forbidden
- authorization
- access denied
- insufficient permissions
- request refused
- authentication
- blocked
- restricted
- security
- credentials
- unauthorized
- server response
- forbidden error
- HTTP status code
✏Possible Solutions
When you encounter 403
, you should immediately think of these possible solutions:
- IAM
- ACL
- permissions
- authentication
- authorization
- user roles
- access control
- security settings
- policy update
- credentials
- server configuration
- whitelist
- firewall settings
- directory permissions
- access tokens
🌱Example
#TODO document the everyday cases…