Redirect (3xx)
HTTP 302 Found
The resource has been temporarily moved to a different URL. The original URL should continue to be used.
302
Found
The resource has been temporarily moved to a different URL. The original URL should continue to be used.
What Causes HTTP 302?
- Resource temporarily relocated for maintenance
- A/B testing with different page versions
- Temporary URL redirects for user sessions
- Load balancing or traffic routing
Code Examples
See how HTTP 302 responses look in different programming languages and tools.
curl -I https://example.com/temp-page
# Response: 302 Found
# Location: https://example.com/temp-newHow to Fix HTTP 302
- Continue using the original URL for future requests
- Follow the redirect temporarily for the current request
- Do not update bookmarks or permanent links
Related Status Codes
Test Your APIs
Frequently Asked Questions
What does HTTP 302 mean?
The resource has been temporarily moved to a different URL. The original URL should continue to be used.
What causes HTTP 302?
Resource temporarily relocated for maintenance. A/B testing with different page versions. Temporary URL redirects for user sessions. Load balancing or traffic routing
How to fix HTTP 302?
Continue using the original URL for future requests. Follow the redirect temporarily for the current request. Do not update bookmarks or permanent links
http 302found errorhttp status codesapi error handlingrest api redirect