Redirection
HTTP 308: Permanent Redirect
HTTP 308 means the request should permanently use another URL without changing method.
Meaning
The redirect is permanent and the client must preserve the request method and body.
Common causes
Permanent API moves and method-preserving canonical redirects use 308.
What to check
Update clients, links, and canonical URLs to use the final destination.
Example response
HTTP/1.1 308 Permanent RedirectReferences
Related HTTP status codes
Nearby codes often answer the next debugging question.