The resource has permanently moved and the request method must not change.
HTTP 308 Permanent Redirect is the strict version of 301. Like 307, it preserves the HTTP method during redirect. A POST request receiving a 308 must POST to the new URL. This is the correct code for permanent API endpoint moves.
Passes link equity like 301. Use when you need permanent redirect with method preservation.
LemWatch detects 308 redirects in your API endpoints and verifies the destination is responding correctly.