AD0-E121 · Question #8
An end user tries to create a page on the Sites console but receives the following error: Problem Accessing ''/content/loo/bar.html.' Reason: 403 Forbidden How should the Business Practitioner…
The correct answer is A. Permission issue. A 403 Forbidden HTTP status code is the universal signal for an authorization/permissions failure - the server understood the request but refused it because the user lacks sufficient rights. This maps directly to a Permission issue, making A correct. Why the distractors are…
Question
An end user tries to create a page on the Sites console but receives the following error:
Problem Accessing ''/content/loo/bar.html.' Reason: 403 Forbidden How should the Business Practitioner categorize the issue during the initial triage?
Options
- APermission issue
- BReplication issue
- CDevelopment Defect
- DAEM Product Defect
How the community answered
(32 responses)- A88% (28)
- B3% (1)
- C3% (1)
- D6% (2)
Explanation
A 403 Forbidden HTTP status code is the universal signal for an authorization/permissions failure - the server understood the request but refused it because the user lacks sufficient rights. This maps directly to a Permission issue, making A correct.
Why the distractors are wrong:
- B (Replication issue): Replication errors occur when content fails to publish from Author to Publish environments - they don't block page creation in the Sites console with a 403.
- C (Development Defect): A dev defect implies broken code or logic; a clean, standardized HTTP 403 response is working exactly as designed - it's enforcing access control, not malfunctioning.
- D (AEM Product Defect): Product defects would surface as unexpected crashes, 500 errors, or corrupted behavior - not a well-formed permissions denial.
Memory tip: Think "403 = Access Denied" - the A in 403 lines up with option A (Access/Permission). Whenever you see 403 in an AEM triage scenario, your first instinct should always be to check user/group permissions in the CRX repository.
Topics
Community Discussion
No community discussion yet for this question.