// http 3xx · redirection
HTTP 308 Permanent Redirect
Permanent redirect that preserves the HTTP method.
What HTTP 308 Permanent Redirect means
308 Permanent Redirect is the permanent counterpart to 307: the resource has permanently moved, and the client must reuse the original method and body at the new URL. Use it for permanent redirects that must preserve POST/PUT.
Which category is it?
308 is a 3xx code — Redirection. 3xx means further action is needed to complete the request, usually because the resource lives at a different URL.
Other redirection (3xx) codes
301 Moved Permanently 302 Found 303 See Other 304 Not Modified 307 Temporary Redirect 308 Permanent Redirect