Back to HTTP Check Tool
3xx · Redirection

308Permanent Redirect

The resource is now permanently located at another URI, method and body not changed.

What is HTTP 308?

The 308 Permanent Redirect is the strict equivalent of 301 but guarantees the HTTP method and body are preserved. Ideal for permanently moving API endpoints without breaking POST requests.

Check a URL in real-time

Use our HTTP ping tool to check the actual status code of any URL.

Try httping.io →

Common Use Cases

  • Permanent API migration
  • Maintaining POST in permanent redirect
  • HTTPS enforcement with method preservation

Quick Facts

Code308
Category3xx
TypeRedirection

Related 3xx Codes