What types of errors the browser displays and they are not our fault

In some situation we have all had a situation in which a web page does not load for some reason. One of the ways that we can use to find out what the problem is, is to know the error code that the browser shows us. If we use this error message that the browser is offering us, then we can find out what is happening. Sometimes these failures are the fault of the server, others are failures of our computer, and can also be of our Internet connection. In this article we are going to see what types of errors the browser shows and they are not our fault.

Web server errors and why they occur

What types of errors the browser displays

When we visit a web page using our browser, that web server to which we want to connect is the last rung of a ladder of communication systems. In between we go through gateways and proxy servers that regulate the response of that request in order to relieve the load on the web server and guarantee a quick response to our requests. For that reason, to reach our final destination, which is that web server, we will always go through several communication stations. Thus, if any of these systems fails, our request may fail and then the error displayed by the browser can serve as a guide to know what is happening.

One very important thing that you should know is that the HTTP status codes that start with the number ” 5refer to errors that come from the side of the server to which we have made the request. In this regard, one of the most frequently encountered is the 504 Gateway Timeout error, which occurs when our browser tries to load a website but, for some reason, that remote server does not return a response. This would be the error code message that it would show us:

This HTTP 504 error message that the browser tells us, means that the cause of the failure was that it took too long to process that request and it has not returned a response.

Another very typical error is the 500 Internal Server Error error, this type of failure usually occurs on the server that hosts that web page. This error usually occurs on web pages with a lot of traffic, and it happens when there is a problem with the server configuration. What type of error does the browser show has helped us in this case to know that both our computer and the Internet connection are not the culprits.

Can we fix 5xx errors?

Depending on what type of error the browser shows, we can apply a series of solutions. In this case, as we are not the main culprits that the failure occurred, then it is unlikely that it will be fixed. However, that does not mean that we can try to perform some actions in case we get everything back to normal.

One of the things we can try is to refresh the web page by pressing F5 in our browser. Sometimes the servers have a lot of workload and after a more or less short wait, we end up accessing the web page that we wanted to visit.

Also another option that we can try is to clear the cache and the data of our browser . Usually in the Settings or Settings section we find a section where we can empty our browsing data. For example, in Google Chrome if we put ” cache ” in the search bar, it will take us to the ” Clear browsing data ” section. There in the Basic section you follow the example that you have here below.

In other browsers it comes out in a very similar way to this. Be careful with entering the advanced sections, because if you touch the wrong option you can delete your passwords. That is why it is better to do it from the basic section, and in time to put it from always or equivalent.

Finally, if everything continues to fail, we could consider contacting the web administrator. If we explain to the owner of the page what is happening to us, it may help him to find out what is happening on his website since he is not interested in losing visits.