Which HTTP status code represents an Internal Server Error?
2025
Which HTTP status code represents an Internal Server Error?
- A.
200
- B.
301
- C.
404
- D.
500
- E.
403
Attempted by 162 students.
Show answer & explanation
Correct answer: D
Correct answer: 500.
HTTP 5xx status codes represent server-side errors.
Status code 500 specifically means Internal Server Error, indicating that the server failed while handling the request.