JigsawJigsaw Powered !

Redirect test page

A set of HTTP/1.1 redirect codes


response to the request.
301 Moved Permanently This links to a page that has moved permanently, your browser should get back to this page after this link.
302 Found This links to a page that has moved permanently, your browser should get back to this page after this link.
302 Found is ambiguous, you may use 301 or 307 instead
This form will redirect you to another page that contains the response to the request.
307 Moved Temporarily This links to a page that has moved temporarily, your browser should get back to this page after this link. This response code is not cachable, unless specified.
This form will redirect a POST using 307 to the 303 test page. If the UA redirect as a GET, an error will occur.