Certified SOC Analyst (CSA) — Question 70
What does HTTPS Status code 403 represents?
Answer options
- A. Unauthorized Error
- B. Not Found Error
- C. Internal Server Error
- D. Forbidden Error
Correct answer: D
Explanation
The correct answer is D, as a 403 Forbidden Error indicates that the server understands the request but refuses to authorize it. Options A, B, and C represent different errors: A is for lack of valid authentication, B indicates the requested resource could not be found, and C refers to a general server error.