← All status codes
308

Permanent Redirect

Like 301 but stricter — the client must use the same HTTP method. A POST to the old URL should POST to the new URL too.

COMMON CAUSES

API endpoint permanently moved, method preservation required

HOW TO FIX IT

Update your client to use the new URL from the Location header

What this means for monitoring

Treat like 301 for monitoring purposes. Update your monitor URL to the new location.

Related status codes

3xx Redirection

Get alerted when your endpoints return unexpected status codes.

Larm checks your HTTP endpoints from multiple global locations and alerts you when they return status codes outside your expected range.