Server Status Checker

Enter up to 100 URLs (Each URL must be on separate line)




About Server Status Checker

Our HTTP server status code testing tool will help you check whether your website is offline or online. Your browser will return a status code every time it requests a website. When something goes wrong, your browser will send a message like "Error code is 404 or something like" to your browser. As a webmaster or SEO, you should regularly check the server status of your pages. TrivHost Tools provides server health checker for free. Add up to 100 URLs to the test tool. If you want to test HTTP status codes that are not normally displayed by browsers, the testing tool will display the HTTP status codes of each website on a separate line.

What are HTTP codes:

  • Status code 200: OK, good. This means that your server can return content at the requested URL.
  • Status code 301: Permanent Moved means that the requested URL has been moved permanently, and all further requests will be forwarded to the new location.
  • Status code .302: Found indicates that the server encountered a temporary forwarding. This URL should be used again next time because it is temporary.
  • Status code 307: Temporary redirection is similar to 302, both are temporary redirections, and must be the same URL next time.
  • Status code 400: Bad request simply means that the server does not understand what you are looking for.
  • Status code 403: Unauthorized means that your server is not authorized to grant access to the content.
  • Status code 403: Forbidden means that despite authentication, the server will not show you anything.
  • Status code 404: Not Found is a common and frustrating error, and it may even be the error you are looking for with this server status tool.This error code means that the file you are looking for cannot be found. Search engines need 404 codes to know which URLs are valid and which ones are invalid. Status code 410: Gone corresponds to 404, the searched URL exists, but no longer exists.
  • Status code 500: Internal server error-another one should target the disappointment of your web host or system administrator. So something went wrong with the server.