312-49 · Question #383
When reviewing web logs, you see an entry for resource not found in the HTTP status code filed. What is the actual error code that you would see in the log for resource not found?
The correct answer is B. 404. HTTP status code 404 (Not Found) is the standard response code a web server returns when the requested resource cannot be located. It is one of the most recognizable HTTP error codes. For context: 202 means 'Accepted,' 505 means 'HTTP Version Not Supported,' and 909 is not a…
Question
When reviewing web logs, you see an entry for resource not found in the HTTP status code filed. What is the actual error code that you would see in the log for resource not found?
Options
- A202
- B404
- C505
- D909
How the community answered
(32 responses)- A6% (2)
- B91% (29)
- C3% (1)
Explanation
HTTP status code 404 (Not Found) is the standard response code a web server returns when the requested resource cannot be located. It is one of the most recognizable HTTP error codes. For context: 202 means 'Accepted,' 505 means 'HTTP Version Not Supported,' and 909 is not a valid HTTP status code. Web server logs record these codes in the status field, making 404 the definitive indicator that a resource was not found.
Topics
Community Discussion
No community discussion yet for this question.