<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HTML.co.uk &#187; 404 Not Found</title>
	<atom:link href="http://www.html.co.uk/tag/404-not-found/feed" rel="self" type="application/rss+xml" />
	<link>http://www.html.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 06 Jan 2010 12:45:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Understanding HTTP Messages for HTML Part II</title>
		<link>http://www.html.co.uk/201/understanding-http-messages-for-html-part-ii.html</link>
		<comments>http://www.html.co.uk/201/understanding-http-messages-for-html-part-ii.html#comments</comments>
		<pubDate>Tue, 10 Nov 2009 07:21:23 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[General Website Information]]></category>
		<category><![CDATA[400 Bad Request]]></category>
		<category><![CDATA[401 Unauthorized]]></category>
		<category><![CDATA[403 Forbidden]]></category>
		<category><![CDATA[404 Not Found]]></category>
		<category><![CDATA[405 Method Not Allowed]]></category>

		<guid isPermaLink="false">http://www.html.co.uk/?p=201</guid>
		<description><![CDATA[As discussed in the earlier article understanding the HTTP messages is very important for anyone who wants to learn or is learning HTML. There are various other messages which frequently creep up every now and then.]]></description>
			<content:encoded><![CDATA[<p class="blogtext">As discussed in the earlier article understanding the HTTP messages is very important for anyone who wants to learn or is learning HTML. There are various other messages which frequently creep up every now and then. These messages may not occur each and every time but most of us are clueless whenever we get an error like this. There are a number of client error messages which are very important to understand. Understanding them is pretty easy as well. When a message “400 Bad Request” occurs then you should understand that the server was not able to understand your request. <span id="more-201"></span></p>
<p class="blogtext">Another very common message is the “401 Unauthorized” which states that the page which you are trying to open actually requires a specific username and a password. The error message “403 Forbidden” describes that the access to the requested page is forbidden. The most common client error message includes “404 Not Found” which describes that the server was not able to find the page that you requested. The “405 Method Not Allowed” is very common as well and it describes that the method that you specified in your request is not allowed by the server. These are some of the most important client error messages that creep up very frequently.</p>
<p class="blogtext">There are various other client error messages which include “406 Not Acceptable” which denotes that the server can generate a response which is actually not accepted by the client. The “407 Proxy Authentication Required” is very frequent and describes that the user must authenticate using a proxy server so that the request can be properly served. The error message “408 Request Timeout” describes that you request actually took more time than the server anticipated. If you know the meaning of all these error messages then understanding the HTML becomes very easy.</p>
<p class="blogtext">There are some other client error messages as well. The message “409 Conflict” describes that the request of the client was not completed because of some type of conflict. Another common message is the “411 Length Required” which denotes that the length of the content is not defined in a proper manner and the server will not accept it unless and untill the content length is defined. The client error message “412 Precondition Failed” shows that the precondition which is given in the request has been evaluated to false by the server itself. The message “413 Request Entity Too Large” means that the server cannot accept you request as the request entity is very large.</p>
<p class="blogtext">Another very frequent client error message includes “414 Request-url Too Long” which states that the server cannot accept your request as the url that you provided is too long. It generally occurs when you try and convert a post request to get some request from a long query. The “415 Unsupported Media Type” is very important as well because it describes that the server will not recognize your request as the media type is not supported at all. All the above mentioned messages and there descriptions will help you to properly understand HTML.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.html.co.uk/201/understanding-http-messages-for-html-part-ii.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

