Popular HTTP response status code in the web development
Posted in Experience & Notes on 12/01/2009 08:16 pm by ycTINThe popular HTTP response code with simple description:
2xx Success
200 OK
Good status, server return successful
3xx Redirection
301 Moved Permanently
Permanently redirect to new URL, better in the SEO (Recommend)
302 Found
Temporary redirect to new URL(Default)
304 Not Modified
The request resource has not been modified since last requested. Browser will load the content from cached (IE may not)
