308
Permanent Redirect
Redirection (3xx)·RFC 9110
What 308 means
The resource has permanently moved; the same HTTP method must be reused.
The method-preserving counterpart of 301 — ideal for permanently moving an API endpoint that accepts POST.
Redirection (3xx)
Further action (usually a redirect) is needed to complete the request.
Other 3xx codes
FAQ — 308
What does HTTP 308 mean?
308 Permanent Redirect: The resource has permanently moved; the same HTTP method must be reused. The method-preserving counterpart of 301 — ideal for permanently moving an API endpoint that accepts POST.
Which class does status code 308 belong to?
308 is a Redirection (3xx) code. Further action (usually a redirect) is needed to complete the request.
Where is the 308 code defined?
Status code 308 is defined in RFC 9110 and is part of the IANA HTTP Status Code Registry.