Successfully added
        
            Ω Snipps (en)
by Lias
        
        HTTP Status Code
HTTP response status codes indicate whether a specific HTTP request has been successfully completed.
...see more
                        All status codes are divided into the following five classes,
- 1xx informational response – the request was received, continuing process
 - 2xx successful – the request was successfully received, understood, and accepted
 - 3xx redirection – further action needs to be taken in order to complete the request
 - 4xx client error – the request contains bad syntax or cannot be fulfilled
 - 5xx server error – the server failed to fulfill an apparently valid request
 
Referenced in:
        
    
Comments