in reply to RE: Re: redirect() vs location
in thread redirect() vs location

like temporarily redirected
Yeah, that's 302. The specification is available at W3C's site.

Slightly unrelated, but I read somewhere that the "Location: http://www.foo.com/" method is almost depracted.

Rather, "URI: http://www.foo.com/" is the new-style approach that everyone should be using.

And as far as I know, every HTTP request returns a status code.