HTTP 3xx

308 Permanent Redirect

Like a 301, but the request method and body must not change.

3xx Redirection

What causes it

  • A permanent redirect that must preserve a POST.

How to fix it

Update links to the final URL.

Example response

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

HTTP/1.1 308 Permanent 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.