Useful Links
Computer Science
Computer Networking
HTTP Protocol
1. Introduction to HTTP
2. Core Concepts of HTTP
3. HTTP Versions
4. Structure of HTTP Requests
5. HTTP Methods
6. Structure of HTTP Responses
7. HTTP Status Codes
8. State and Session Management
9. HTTP Caching
10. Securing HTTP
11. Advanced HTTP Concepts
HTTP Status Codes
Status Code Categories
1xx Informational Responses
100 Continue
101 Switching Protocols
102 Processing
2xx Successful Responses
200 OK
201 Created
202 Accepted
204 No Content
206 Partial Content
3xx Redirection Messages
300 Multiple Choices
301 Moved Permanently
302 Found
304 Not Modified
307 Temporary Redirect
308 Permanent Redirect
4xx Client Error Responses
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
405 Method Not Allowed
409 Conflict
410 Gone
429 Too Many Requests
5xx Server Error Responses
500 Internal Server Error
501 Not Implemented
502 Bad Gateway
503 Service Unavailable
504 Gateway Timeout
Previous
6. Structure of HTTP Responses
Go to top
Next
8. State and Session Management