302
↪️ Redirection RFC 9110, Section 15.4.3

Found

The resource temporarily resides under a different URI.

Common Use

Temporary redirect. The original method may change to GET on the target (historic behavior). For preserving the method, use 307 instead.

API Endpoint

https://codes.uncodigo.com/http/302

Example with curl

curl -i https://codes.uncodigo.com/http/302

Try It

GET /http/302
Click "Send Request" to see the response...

Related Headers

Location

The temporary URI

Location: /maintenance-page