Authentication versus authorization.
Section: Common Web Error Scenarios
401 vs 403
text
text
401 = not authenticated / invalid credentials
403 = authenticated but forbiddenExplanation
A very common distinction in API and admin-console debugging. `401` often includes `WWW-Authenticate`; `403` is about permission refusal.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Common Web Error Scenarios