HTTP 3xx

307 Temporary Redirect

Like a 302, but the request method and body must not change on the redirected request.

3xx Redirection

What causes it

  • A temporary redirect that must preserve a POST.

How to fix it

Expected. Use 308 if the move is permanent.

Example response

A typical raw HTTP response a client receives for a 307, with the headers this code is defined around.

HTTP/1.1 307 Temporary Redirect
Location: https://example.com/new-path
Content-Type: text/html; charset=utf-8

Know before your visitors do.

Sentinel checks your site around the clock from multiple regions and alerts you the moment it starts returning a 3xx error, so you can fix it before it costs you.