302

HTTP 302 Found

3xx Redirection

  1. Home
  2. > HTTP Status Codes >
  3. > 3xx >
  4. 302
3xx Redirection RFC 7231, Section 6.4.3

What is HTTP 302 Found?

The 302 (Found) status code indicates that the target resource resides temporarily under a different URI. The client should continue to use the original URI for future requests. Unlike 301, this redirect is temporary and search engines will keep indexing the original URL. In HTTP/1.0, this was the original temporary redirect and browsers implement it as a GET redirect regardless of the original request method.

Common Use Cases

  • Temporary page maintenance
  • A/B testing redirects
  • Post-login redirect
  • Campaign tracking redirects
Help2Code Logo
Menu