status Registered
Verified 2026-09-18 · registry updated 2025-09-15

HTTP 308 Permanent Redirect

The target has a permanent new URL and the HTTP method and body must be preserved.

Use 308 for permanent method-preserving redirects, especially for APIs.

httpstatus coderedirect

Response (http)

HTTP/1.1 308 Permanent Redirect

Use 308 for permanent method-preserving redirects, especially for APIs.

Common mistakes

  • Using 308 for temporary moves; permanent redirects are hard to undo for clients and caches.

Registry reference: RFC9110, Section 15.4.9

Permalink: https://merginit.com/reference/http/status-308