All HTTP Status Codes
302

Found

3xx Redirection

What It Means

The requested resource resides temporarily under a different URL.

When You'll See It

Used for temporary redirects, such as redirecting to a login page or maintenance page.

Related Status Codes

Frequently Asked Questions

What does HTTP 302 mean?

HTTP 302 Found means: The requested resource resides temporarily under a different URL.

When does a server return 302?

Used for temporary redirects, such as redirecting to a login page or maintenance page.

Is 302 a client error or server error?

HTTP 302 is a Redirection (3xx) response. This is a redirection response, meaning the client must take additional action to complete the request.

Looking for all status codes in one place? Use the interactive HTTP Status Codes reference tool to search and browse all codes.