Skip to main content
HTTP 308 Permanent Redirect
Like 301 but the method and body MUST be preserved. Update stored URLs.
3xx · Redirection✗ not retryable — fix the request instead
Fix checklist
- Update your configured base URL.
- Verify the client follows 308 with the original method.
Spec: RFC reference
Related status codes
301 Moved Permanently
The resource has a new permanent URL given in the Location header.
302 FoundThe resource temporarily lives at a different URL.
304 Not ModifiedConditional GET: the cached copy is still valid; the server sends no body..
307 Temporary RedirectLike 302 but the method and body MUST be preserved when following the redirect..