Forum Moderators: phranque
Note that even though the current practice is to use the 302 Found status code for temporary redirects, it is best kept for "undefined" redirects, and the 307 Temporary Redirect status code should be preferred for this purpose.
References
410 and 307 aren't defined by HTTP/1.0, and if an HTTP/1.0 client received them, it would revert to the even less-specific 400 and 300 handlers...
It certainly would be interesting to know what --if any-- difference there was in the recent handling (or mis-handling) of 302 vs. 307 by two well-known search engines.
Jim