// http 3xx · redirection

HTTP 302 Found

The resource is temporarily at a different URL.

What HTTP 302 Found means

302 Found is a temporary redirect: the resource is briefly at a different URL, but clients should keep using the original. Because its historical handling was inconsistent, prefer 307 when you need to guarantee the method is preserved.

Which category is it?

302 is a 3xx code — Redirection. 3xx means further action is needed to complete the request, usually because the resource lives at a different URL.

Other redirection (3xx) codes