Redirection

303 303 See Other

Tells the client to fetch a different URL with GET, whatever method the original request used. It is the correct way to end a form POST so that a refresh does not resubmit the form.

Common causes

  • Post/Redirect/Get patterns in web applications.

How to fix it

  • Nothing to fix. If your users can resubmit a form by refreshing, you probably want a 303.

See what a site actually returns

Run a live check and read the real status code, headers and timings.

Check a website