In practice
Use it for genuinely temporary states — maintenance, an A/B test, a seasonal landing page.
A 302 left in place for months behaves like a permanent redirect that nobody documented.
Why it matters
It tells engines to keep indexing the original URL, which is wrong when the move is permanent.
Accidental 302s are one of the most common causes of a migration losing traffic.
Related terms