What HTTP status codes tell you
Every HTTP response starts with a three-digit status code. The first digit tells you the category: 2xx means success, 3xx means redirect, 4xx means the client made a bad request (like asking for a page that doesn't exist), and 5xx means the server failed to handle a valid request.