Http Code

308

Permanent Redirect

The server accepts the request, meaning it is valid but the resource is permanently shifted to another URI specified in the `Location:<uri>` header. The method and body of the original request must be used to perform the redirected request.

Use Case

A client is requesting a particular webpage, let's say github.com/jobs, but the server underwent and upgrade and now the requested page is github.com/careers, so the client will have to make the same request at the github.com/careers endpoint.