ExamGecko
Question list
Search
Search

Question 454 - 200-901 discussion

Report
Export

Which two HTTP code series relate to errors? (Choose two.

A.

400

Answers
A.

400

B.

200

Answers
B.

200

C.

500

Answers
C.

500

D.

300

Answers
D.

300

E.

100

Answers
E.

100

Suggested answer: A, C

Explanation:

HTTP status codes are divided into five classes:

1xx (Informational): Request received, continuing process

2xx (Success): The action was successfully received, understood, and accepted

3xx (Redirection): Further action must be taken to complete the request

4xx (Client Error): The request contains bad syntax or cannot be fulfilled

5xx (Server Error): The server failed to fulfill an apparently valid request

Thus, the series that relate to errors are:

400 series (Client Error)

500 series (Server Error)

RFC 7231, Section 6: HTTP/1.1 Semantics and Content

asked 07/10/2024
JR Gee
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first