Please enable JavaScript.
Coggle requires JavaScript to display documents.
Status Code - Coggle Diagram
Status Code
1xx : Information
100 : Continue
101 : Switching Protocols
102 : Processing
...
2xx : Success
200 OK
201 Created
204 No Content
...
4xx : Client Error
403 : Forbidden
404 : Not Found
401 : Unauthorized
408 : Request Time-out
400 : Bad Request
...
3xx : Redirection
302 : Found
...
300 : Multiple choice
301 : Moved Permanently
5xx : Server Error
502 : Bad Gateway
503 : Service Unavailable
501 : Not Implemented
504 : Gateway Time-out
500 : Internal Server Error
...