!!! Overview
[{$pagename}] ([[Temporary Redirect]) is a [Redirection] [HTTP Response] [HTTP Status Code] that indicates that the [resource] requested has been temporarily moved to the [URL] given by the Location headers.


The method and the body of the original [HTTP Request] are reused to perform the [redirected|Redirection] request. In the cases where you want the method used to be changed to [HTTP GET], use [HTTP 303].


The difference between [HTTP 307] and [HTTP 302] is that [HTTP 307] guarantees that the [HTTP Method] and the body __will not be changed__ when the [redirected|Redirection] request is made. With [HTTP 302], some old clients were incorrectly changing the method to [HTTP GET]: the behavior with non-GET methods and 302 is then unpredictable on the Web, whereas the behavior with [HTTP 307] is predictable. For [HTTP GET] requests, their behavior is identical.


!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]
----
* [#1] - [307 Temporary Redirect|https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/307|target='_blank'] - based on information obtained 2019-01-15-