HTTP 3xx

303 See Other

The response is at another URL and should be retrieved with a GET, regardless of the original method.

3xx Redirection

What causes it

  • The Post/Redirect/Get pattern after a form submission.

How to fix it

Expected after a POST to avoid duplicate submissions. Follow the Location with a GET.

Example response

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

HTTP/1.1 303 See Other
Location: https://example.com/result
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.