Glossary

HTTP Status Codes

An HTTP status code is a three-digit number in the server response describing the result of the request. The first digit defines the class: 2xx — success, 3xx — redirection, 4xx — client error, 5xx — server error.

Most important codes