Skip to main content
CalcHive

HTTP 302 Found

Redirection

The requested resource temporarily resides at a different URL. Unlike 301, this does not indicate a permanent move.

Common Causes

  • Temporary redirect during maintenance
  • Login redirect to authentication page
  • A/B testing redirect

How to Fix

  • Follow the redirect to the new URL
  • If the move is permanent, use 301 instead
  • Check that redirect loops are not occurring

Need to look up other HTTP status codes?

View the Full HTTP Status Code Reference