308
↪️ Redirection RFC 9110, Section 15.4.9

Permanent Redirect

The resource has been permanently moved to a new URI. The method must not change.

Common Use

Modern, unambiguous permanent redirect. Unlike 301, guarantees the HTTP method is preserved. Ideal for API version upgrades.

API Endpoint

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

Example with curl

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

Try It

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

Related Headers

Location

The new permanent URI

Location: /api/v2/resource