What does a '302 Found' HTTP status code return inform a client browser software tool?
A. The client has submitted an invalid authentication password string.
B. The requested webpage resource has encountered an unexpected database script crash.
C. The requested resource resides temporarily under a completely different URL location path.
D. The file download operation completed perfectly.
Answer: Option C
Solution (By JKExamLibrary)
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!