keecode logokeecode
302

Found

Redirection

Description

The resource resides temporarily under a different URI

Common Usage

Temporary redirect; original URL should still be used for future requests

Example Response

How this status code appears in HTTP responses

HTTP Response Header

HTTP/1.1 302 Found

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 302 Found