response code
response codes from server
In coding often we have to check for ststus of any link and given site.We may need this in CURl or ajax mostely.We have following codes which indicate different ststus from server.
[Informational 1xx]
100="Continue"
101="Switching Protocols"
[Successful 2xx]
200="OK"
201="Created"
202="Accepted"
203="Non-Authoritative Information"
204="No Content"
205="Reset Content"
206="Partial Content"
[Redirection 3xx]
300="Multiple Choices"
301="Moved Permanently"
302="Found"
303="See Other"
304="Not Modified"
305="Use Proxy"
306="(Unused)"
307="Temporary Redirect"
![Validate my RSS feed [Valid RSS]](http://feedvalidator.org/images/valid-rss.png)