Redirection

308 308 Permanent Redirect

The permanent equivalent of 307: the move is permanent and the method must not change. Use it when a POST endpoint moves.

Common causes

  • API endpoints that have moved but must keep accepting POST.

How to fix it

  • Prefer 308 over 301 for anything that receives non-GET requests.

See what a site actually returns

Run a live check and read the real status code, headers and timings.

Check a website