308
Redirection
308 Permanent Redirect
The resource has permanently moved and the request method must not change.
Description
The 308 Permanent Redirect status code indicates that the target resource has been permanently assigned a new URI. Like 307, it guarantees the method and body will not change during the redirect.
Use 308 instead of 301 when you need to preserve the HTTP method (e.g., POST stays POST).
Check your website's HTTP status code
Check now →