NYCPHP Meetup

NYPHP.org

[nycphp-talk] Redirect after post with "HTTP/1.1 303 See Other"

csnyder chsnyder at gmail.com
Wed Jan 26 12:59:38 EST 2005


Daniel Convissor wrote:
> Lastly, you don't want any output after the location header.

Actually I do -- it's not harmful to have an entity attached to the
redirect response, and it covers the case of non-HTTP/1.1 browsers.

But good points on all other counts -- using header( 'Status: XXX' )
instead of header( 'HTTP/1.x XXX' ) is a great idea.



More information about the talk mailing list