webserver - Which is the proper HTTP response code for redirection? -


when web server wishes redirect user's browser, status code (ie, "200 ok") should place in response header? reading seems answer 1 of 3xx codes, each of codes seems have different description. matter used long "location" in response header?

to save me lot of typing - read this , this.

nb - not 3xx codes redirection. semantics of 301, 302, 303 , 307 similar.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

sql - text truncated using perl DBI insert -

php - Pass object by reference or value -