Skip to main content
CalcHive

HTTP 308 Permanent Redirect

Redirection

The resource has permanently moved to a new URL, and the HTTP method must not change. Like 301 but guarantees method preservation.

Common Causes

  • Permanent URL change for API endpoints
  • Domain migration preserving POST requests

How to Fix

  • Update all references to use the new URL
  • Similar to 301 but preserves the HTTP method

Need to look up other HTTP status codes?

View the Full HTTP Status Code Reference