What are the 5 HTTP response codes by class only?
1xx (100s) - informational response
2xx (200s) - successful
3xx (300s) - redirection
4xx (400s) - client error
5xx (500s) - server error
What is code 200?
OK
What is code 201?
Created
What is code 204?
No Content
What is code 304?
Not Modified
What is code 400?
Bad Request
What is code 401?
Unauthorized
What is code 403?
Forbidden
What is code 404?
Not Found
What is code 409?
Conflict
What is code 410?
Gone
What is code 500?
Internal Server Error
What is code 301?
Redirect - Moved Permanently
What is code 302?
Temporary redirect
What is code 503?
Service unavailable
What is code 502?
Bad Gateway
What is code 504?
Gateway Timeout