HTTP Response Status Codes And Their Meanings
What are HTTP response status codes ? HTTP (Hypertext Transfer Protocol) response status codes indicates whether a specific HTTP request has been successfully completed or not. The Responses are grouped into 5 main classes. They are: • Informational responses (100–199) • Successful responses (200–299) • Redirects (300–399) • Client errors (400–499) • Server errors (500–599) Information responses: 100 : Continue 101 : Switching Protocol 102: Processing (WebDAV) 103 : …