Certified SOC Analyst (CSA) — Question 77
What does the HTTP status codes 1XX represents?
Answer options
- A. Informational message
- B. Client error
- C. Success
- D. Redirection
Correct answer: A
Explanation
The correct answer is A because 1XX status codes indicate that the server has received the request and is continuing the process. The other options represent different categories of status codes: B is for client errors, C is for successful responses, and D is for redirection responses.