Http Code

302

Found

The request is valid and accepted, but the asked resource has been given a new temporary URI, which is sent back in the `Location:<new-uri> header. The client should get the resource from the updated URI for now, but it must keep using the original URI in future as the change is only temporary.`

Use Case

A client asks for a particular resource, but the server is going through a routine maintenance. The server will now send back a temporary URI for the said resources back with a 302 status code.