302 Found (Temporary Redirect) — Causes & Fix
HTTP 302 (Found (Temporary Redirect)) means the resource is temporarily at a different URL, but the original URL should still be used in future requests.
- Applies to
- Any website or web server (HTTP standard)
- Time to fix
- 5–30 minutes
What it means
Used for temporary redirects (maintenance, A/B tests, login flows). Misuse happens when a 302 is used for a permanent move (should be 301). HTTP status 302 is defined in RFC 9110 (HTTP Semantics). This is a redirection (3xx) status — the client needs to take an additional step to complete the request.
Symptoms
- The browser is redirected, but the original URL is still "canonical"
- Temporary redirect behaviour
How to fix it
- 1
Use the right redirect type
1. For a permanent move, use 301 instead of 302 so search engines transfer ranking. 2. Keep 302 for genuinely temporary redirects.
- 2
Check the target
1. Confirm the 302 points where you intend. 2. Watch for loops.
Frequently asked questions
302 vs 301 — which should I use?
Use 301 for permanent moves (passes SEO value); use 302 only when the redirect is temporary and the original URL should keep being used.
Last updated July 20, 2026
Guidance only — always consult a qualified professional or the official service manual before carrying out repairs.