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 FoundcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 302 FoundRedirection Response
This is a redirection response indicating further action needs to be taken to complete the request.
Related Redirection Codes
Other codes in the same category