What are HTTP response codes?

HTTP response codes display whether a particular HTTP request has been completed.

  • 1xx (Informational) - The request has been received, and the process is continuing.
  • 2xx (Success) - The request was successfully received and accepted.
  • 3xx (Redirection) - Further action must be taken to complete it.
  • 4xx (Client Error) - Request cannot be fulfilled or has incorrect syntax.
  • 5xx (Server Error) - The server fails to fulfill the request.

This is a list of Hypertext Transfer Protocol (HTTP) response status codes. Status codes are issued by a server in response to a client’s request made to the server. … The first digit of the status code defines the class of response, while the last two digits do not have any classifying or categorization role. In the main window of the program, enter your website homepage URL and click on the ‘Start’ button. As soon as crawling is complete, you will have all status codes in the corresponding table column. Pages with the 4xx and 5xx HTTP status codes will be gathered into special issue reports.

HTTP response status codes

  • Informational responses ( 100 – 199 )
  • Successful responses ( 200 – 299 )
  • Redirects ( 300 – 399 )
  • Client errors ( 400 – 499 )
  • Server errors ( 500 – 599 )