302
Found
Redirection (3xx)·RFC 9110
What 302 means
The resource is temporarily at a different URL; keep using the original URL for future requests.
Historically ambiguous about method changes; for clear semantics prefer 303 (change to GET) or 307 (keep method).
Redirection (3xx)
Further action (usually a redirect) is needed to complete the request.
Other 3xx codes
FAQ — 302
What does HTTP 302 mean?
302 Found: The resource is temporarily at a different URL; keep using the original URL for future requests. Historically ambiguous about method changes; for clear semantics prefer 303 (change to GET) or 307 (keep method).
Which class does status code 302 belong to?
302 is a Redirection (3xx) code. Further action (usually a redirect) is needed to complete the request.
Where is the 302 code defined?
Status code 302 is defined in RFC 9110 and is part of the IANA HTTP Status Code Registry.