keecode logokeecode
303

See Other

Redirection

Description

The response to the request can be found under another URI using a GET method

Common Usage

Used after POST to redirect to a GET endpoint (Post/Redirect/Get pattern)

Example Response

How this status code appears in HTTP responses

HTTP Response Header

HTTP/1.1 303 See Other

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 303 See Other