The "302 Found" status code is an HTTP response that indicates the requested resource has temporarily moved to a different URL. When a server returns a 302 status, it includes the new URL in the "Location" header, directing the user to the new location. This status code is typically used for temporary redirects, meaning the original URL remains valid for future requests.
For example, if a website is undergoing maintenance and redirects users to a temporary page, the server might return a 302 status with the new URL. Unlike a permanent redirect (301), a 302 redirect suggests the change is temporary, and search engines should continue to index the original URL. This ensures that SEO rankings remain intact while providing a smooth user experience during the redirection.