HTTP

308 Permanent Redirect

The resource has been permanently moved. Like 301, but guarantees the HTTP method will NOT be changed.

When You See This Code

For permanent URL changes where POST requests must remain POST.

How to Fix

Update all references to the new URL. The HTTP method is preserved.

Specification

View RFC / Specification →

Related Codes