Which HTTP status code indicates that a requested page has been permanently moved?
A. 404
B. 301
C. 400
D. 302
Answer: Option B
Solution (By JKSSB Mock Tests)
HTTP 301 means Moved Permanently, indicating the resource has been assigned a new permanent URI. 302 is temporary redirect, 400 is Bad Request, and 404 is Not Found.
Explanation:
Because IMAP works directly on the mail server, any change in state (read, unread, flagged, moved) is synced to the server and visible across all connected devices.
Explanation:
An HTTP 302 status code indicates a temporary redirect, instructing the client browser to load the resource from an alternative temporary location without permanently updating cached links.
No comments yet. Be the first to start the discussion!