307//Temporary Redirect
Connect again to different URI as provided
Description
In this occasion, the request should be repeated with another URI, but future requests can still use the original URI. In contrast to 303, the request method should not be changed when reissuing the original request. For instance, a POST request must be repeated using another POST request. − wikipedia
Code References
- Rails Symbol
- :temporary_redirect