InterviewSolution
Saved Bookmarks
| 1. |
Which status code indicates that the server could not find the resource requested?(a) 200(b) 404(c) 500(d) 566 |
|
Answer» The correct option is (b) 404 The explanation: The HTTP 404, 404 Not Found, and 404 error message is a Hypertext Transfer Protocol (HTTP) standard response code, in computer network communications, to indicate that the client was able to communicate with a given server, but the server could not find what was requested. |
|