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

HTTP 302 Found

The target resource is temporarily available at another URL.

Use 302 for a temporary redirect when the original URL should remain the public address.

httpstatus coderedirect

Response (http)

HTTP/1.1 302 Found

Use 302 for a temporary redirect when the original URL should remain the public address.

Common mistakes

  • Using 302 when the method and body must survive the redirect; use 307 or 308 instead.

Registry reference: RFC9110, Section 15.4.3

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