A 'Temporary Redirect', denoted by HTTP status code 307, is used when a resource has been temporarily moved to a different URI and the client should use the original request URI for future requests. Unlike a 302 status, which doesn’t guarantee the request method will remain unchanged, a 307 status ensures that the method and the body of the original request are preserved when redirecting.