The HTTP 308 Permanent Redirect redirect status response code indicates that the resource requested has been definitively moved to the URL given by the {{HTTPHeader("Location")}} headers. Browser redirects to this page, and search engines updates their link to the resource (In SEO-speak, it is said that the link-juice is sent to the new URL).
The request method and the body will not be altered, whereas {{HTTPStatus("301")}} may incorrectly sometimes be changed to a {{HTTPHeader("GET")}} method.
Some Web applications may use the 308 Permanent Redirect in a non-standard way and for other purposes. For example Google Drive uses a 308 Resume Incomplete response to indicate to the client when an incomplete upload stalled.[1]
Status
308 Permanent Redirect
Specifications
| Specification | Title |
|---|---|
| {{RFC("7538", "308 Permanent Redirect" , "3")}} | The Hypertext Transfer Protocol Status Code 308 (Permanent Redirect) |
Browser compatibility
The compatibility table in this page is generated from structured data. If you’d like to contribute to the data, please check out https://github.com/mdn/browser-compat-data/README.md and send us a pull request.
{{Compat}}
See also
- {{HTTPStatus("301")}}
Moved Permanently - {{HTTPStatus("302")}}
Found, the temporary redirect