312-49 · Question #432
When reviewing web logs, you see an entry for esource not found?in the HTTP status code field. What is the actual error code that you wouldWhen reviewing web logs, you see an entry for ?esource not fo
The correct answer is B. 404. HTTP status code 404 is the universally recognized code for 'Not Found,' meaning the server could not locate the requested resource. This is part of the 4xx class of client-side errors. 202 means 'Accepted.' Codes 606 and 999 do not exist in the standard HTTP specification. When
Question
When reviewing web logs, you see an entry for esource not found?in the HTTP status code field. What is the actual error code that you wouldWhen reviewing web logs, you see an entry for ?esource not found?in the HTTP status code field. What is the actual error code that you would see in the log for esource not found?see in the log for ?esource not found?
Options
- A202
- B404
- C606
- D999
How the community answered
(54 responses)- A2% (1)
- B93% (50)
- C4% (2)
- D2% (1)
Explanation
HTTP status code 404 is the universally recognized code for 'Not Found,' meaning the server could not locate the requested resource. This is part of the 4xx class of client-side errors. 202 means 'Accepted.' Codes 606 and 999 do not exist in the standard HTTP specification. When reviewing web server logs, a 404 entry directly indicates that a client requested a URL that does not exist on the server.
Topics
Community Discussion
No community discussion yet for this question.