7xx Error Not Detected By The Server

The 7xx status codes do not belong to the HTTP status codes defined in RFC 2616. They are part of the 200ok.eu status code extensions.

The 7xx class of status code is used when the server reponse contains a « 200 OK » HTTP status code, while our algorithms determine that the request did not produce the expected result.

701 Unauthorized

The server sent a « 200 OK » HTTP status code, but it requires user authentication in order to proceed.

703 Forbidden

The server sent a « 200 OK » HTTP status code and it understood the request, but is refusing to fulfill it. The response usually describes the reason for the refusal.

704 Not Found

The server sent a « 200 OK » HTTP status code, but it has not found anything matching the Request-URI. This is sometimes called a « soft 404 » .

705 Method Not Allowed

The server sent a « 200 OK » HTTP status code, but the method specified in the Request-Line is not allowed for the resource identified by the Request-URI. The response usually includes a list of valid methods for the requested resource.

711 Invalid Domain Name

The server sent a « 200 OK » HTTP status code, but the domain name has been suspended or abandoned.

712 Parking Page

The server sent a « 200 OK » HTTP status code, but the domain shows a parking page.

714 Request-URI Too Long

The request-URI was not fetched because it is unusually long and our algorithm determined that this is most probably due to a software error.

750 Internal Server Error

The server sent a « 200 OK » HTTP status code, but the response indicates that the server encountered an unexpected condition which prevented it from correctly fulfilling the request.

753 Service Unavailable

The server sent a « 200 OK » HTTP status code, but the response indicates that the server is currently unable to handle the request due to a temporary overloading or maintenance of the server.

Our technical forum Extended Status Codes (7xx-9xx) is available for questions and comments.