So evidently in 2010, Matt Cutts at Google revealed in an interview, along with a follow-up email exchange after the interview, that Google deducts page rank if you use domain-to-domain HTTP status 301 redirects. In other words, if you have examples.com and purchase example.com that redirects with an HTTP status 301 redirect to examples.com, Google has admitted that they will usually deduct PR for that.
Okay, so what's left is HTTP status 302 and HTTP status 307 redirects. They say on wikipedia that 307 is the new way, and that HTTP status 302 was "bastardized" and not really the right way to do a redirect. Trouble is -- do most browsers since IE6 support the HTTP status 307? See, I don't have an IE6 browser around anymore to test.
So the question is -- if we need to start using HTTP status 307 redirects, will it work in browsers released since IE6, as well as the IE6 browser?
I made the decision to use a 302 redirect, and here's why: