← All status codes
307

Temporary Redirect

Like 302 but stricter — the client must use the same HTTP method for the redirected request. A POST stays a POST. 302 technically allows the method to change.

COMMON CAUSES

HTTPS upgrade redirect that needs to preserve the HTTP method
Load balancer routing

HOW TO FIX IT

Same as 302 — follow the redirect with the same method

What this means for monitoring

Treat like 302 for monitoring purposes.

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.