Http Code

307

Temporary Redirect

The server accepts the request, meaning it is valid but the resource is temporarily shifted to another URI specified in the `Location:<uri>` header. The method and body of the original request must be used to perform the redirected request.

Use Case

A client may have made a POST request to upload some data to the server, but the resource is temporarily shifted, hence the client makes the same request to the URI specified in the `Location` header from the 307 response.