स्टेटस कोड के संदर्भ में निम्नलिखित में से कौन सा विकल्प गलत है?
Which of the following options is incorrect with reference to status codes ?
A)
B)
C)
D)
Explanation:
The correct answer is:
(B) 304 Not Found
The correct status code for "Not Found" is 404, not 304.
- 200 OK means the request was successful.
- 304 Not Modified means the resource has not been modified since the last request.
- 400 Bad Request indicates that the server could not understand the request due to invalid syntax.
- 301 Moved Permanently indicates that the resource has been permanently moved to a new URL.