status Registered
Verified 2026-09-18 · registry updated 2025-09-15

HTTP 307 Temporary Redirect

The target is temporarily available elsewhere and the HTTP method and body must be preserved.

Use 307 when a temporary redirect must not turn POST into GET.

httpstatus coderedirect

Response (http)

HTTP/1.1 307 Temporary Redirect

Use 307 when a temporary redirect must not turn POST into GET.

Common mistakes

  • Using 307 where a permanent redirect is intended; it is temporary and caches treat it that way.

Registry reference: RFC9110, Section 15.4.8

Permalink: https://merginit.com/reference/http/status-307