Multiple choice technology web technology

302 code is used for specifying

  1. The requested resource has been found under a different URI but the client should continue to use the original URI.

  2. Reserved for future use.

  3. The request was successful and a new resource was created.

  4. The syntax of the request was not understood by the server.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

HTTP 302 Found indicates a temporary redirect to a different URI. Unlike 301 (permanent redirect), clients should continue using the original URI for future requests because the redirect location may change again.