HTTP 307 status code
307 Temporary Redirect
The requested resource temporarily responds to the request from a different URI and is temporarily redirected. Similar to 302. Redirect using GET request. [HTTP 302 status code]
The new temporary URI should be returned in the Location field of the response. Unless this is a HEAD request, the response entity should contain a hyperlink to the new URI and a brief description. Because some browsers do not recognize the 307 response, the above necessary information needs to be added so that users can understand and make access requests to the new URI.
If this is not a GET or HEAD request, the browser prohibits automatic redirection unless confirmed by the user, because the conditions of the request may change accordingly.