Question 3 of 10Pro Only
What are HTTP status codes and what do the main categories mean?
Sample answer preview
HTTP status codes are three-digit numbers returned by the server in response to a client request. They indicate whether the request was successful, failed, or requires additional action.
HTTP status codes200 OK201 Created400 Bad Request401 Unauthorized404 Not Found