Forum Discussion
Arie
Apr 15, 2011Altostratus
Keep in mind that HTTP::redirect issues a 302 - temporary redirect. It's more efficient to use 301s (permanent redirect) since it's cached by the client.
If you're pretty certain that the redirect target is not likely to change I'd use a 301. Otherwise you'll want to stick with a 302.