307 Temporary Redirect
Explanation:
The 307 Temporary Redirect status code indicates that the target resource resides temporarily under a different URL. The server sends this response when the requested resource has been temporarily moved to a different address.
Usage:
Use this status code to inform clients that the resource they are requesting is temporarily at a different URL, and they should continue to use the original URL.
Attentions:
- The client should continue to use the original URL for future requests.
- This status code is commonly used for temporary content changes; for permanent changes, use a 301 Moved Permanently status code.
Sample:
undefined