Software
302 Moved
About
A standard HTTP status code indicating that the requested resource has been temporarily moved to a different URI.
Key Features
- Temporary redirect
- GET method is preserved
Pros
- Simple to implement
- Client understands redirection
Cons
- Can impact SEO if misused
- May not preserve the original request method in older browsers