Web Servers Response Codes & Meaning

By Isak Oct 24, 2016 #Web Development #Web Hosting
Web Servers Response Codes & MeaningWeb Servers Response Codes & Meaning

Web servers result codes or Http/Https Status codes that every request/response falls under. Each series has a general meaning and within the series there are very specific result codes.

200 – Success

Everything is working properly. (These are generally silent or not sent to the browser because if everything is working ok you want to look at a web page not a message that says everything is ok)

300 – Redirection

You are being sent from one page or url to another. (These are often silent because you are generally sent to a new location which should respond successfully).

301 – Permanent Redirection

The page you were trying to get to has moved to a new location. The server should automatically redirect you to the new page and you shouldn’t have to do anything further. Search engine marketers use 301’s a lot when a page is removed or a new website is created so that visitors and search engines can find the new page easily.

400 – Incomplete

Something happened and the request didn’t complete successfully. (These are generally sent to the browser in some way)

403 – Forbidden Error

You are not authorized to view this page. Either you authenticated incorrectly or your IP address is restricted from viewing the page. In either case its back to the drawing board for you.

404 – Page Not Found

The page you were trying to get to does not exist. It might have existed in the past and has been removed or the link you followed was just wrong. There is no redirect and you’ll have to find your page another way.

500 – Server Error

Any 500 code probably means that something out of your hands has gone wrong. There was an internal server error either related to the server or the software running on it. (These are almost always sent to the browser) You might try back in a few minutes in case it’s a server load issue but if the issue doesn’t clear up you might try and let the manager of the website know that you had an issue. Try to remember what you did prior to the error because that can be helpful for troubleshooting. Read for more details on Atlanticbt blog.

By Isak

I am Isak, founder of onlineguider.com. I love reading, writing, and sharing my skills and knowledge to all over the world using a modern digital platforms.

Related Post

Leave a Reply

Your email address will not be published. Required fields are marked *