~/http-status-reference

HTTP 303 See Other

Redirection · RFC 9110

# meaning

Response can be found at another URI using GET.

# typical use

Post/Redirect/Get pattern after form submit.

→ Browse all HTTP status codes

# other 3xx codes