<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Conditional GET Request</title>
	<atom:link href="http://ruturajv.wordpress.com/2005/12/27/conditional-get-request/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruturajv.wordpress.com/2005/12/27/conditional-get-request/</link>
	<description>Anything to develop, developed, ideas for , to and by the Web</description>
	<lastBuildDate>Tue, 06 Oct 2009 04:18:59 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: diamonds</title>
		<link>http://ruturajv.wordpress.com/2005/12/27/conditional-get-request/#comment-5438</link>
		<dc:creator>diamonds</dc:creator>
		<pubDate>Thu, 14 Aug 2008 19:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://ruturajv.wordpress.com/2005/12/27/conditional-get-request/#comment-5438</guid>
		<description>How can the ETag be implemented?</description>
		<content:encoded><![CDATA[<p>How can the ETag be implemented?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gem : rufus-verbs &#171; processi</title>
		<link>http://ruturajv.wordpress.com/2005/12/27/conditional-get-request/#comment-5423</link>
		<dc:creator>gem : rufus-verbs &#171; processi</dc:creator>
		<pubDate>Fri, 18 Jan 2008 01:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://ruturajv.wordpress.com/2005/12/27/conditional-get-request/#comment-5423</guid>
		<description>[...] your resource server allows it, you can take advantage of conditional GETs via rufus-verbs&#8217; ConditionalEndPoint [...]</description>
		<content:encoded><![CDATA[<p>[...] your resource server allows it, you can take advantage of conditional GETs via rufus-verbs&#8217; ConditionalEndPoint [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://ruturajv.wordpress.com/2005/12/27/conditional-get-request/#comment-4471</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 13 Aug 2007 16:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://ruturajv.wordpress.com/2005/12/27/conditional-get-request/#comment-4471</guid>
		<description>From your post: &quot;RFC 2616 specifies that if If-None-Match is not accompanied with If-Modified-Since then the server must not send a 304 (Not Modified) header.&quot;

I don&#039;t think that&#039;s what it says. I believe it says that if a client supplies both If-None-Match and If-Modified-Since, then both must match the expected value. But the client is not compelled to supply both.</description>
		<content:encoded><![CDATA[<p>From your post: &#8220;RFC 2616 specifies that if If-None-Match is not accompanied with If-Modified-Since then the server must not send a 304 (Not Modified) header.&#8221;</p>
<p>I don&#8217;t think that&#8217;s what it says. I believe it says that if a client supplies both If-None-Match and If-Modified-Since, then both must match the expected value. But the client is not compelled to supply both.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Forma</title>
		<link>http://ruturajv.wordpress.com/2005/12/27/conditional-get-request/#comment-1494</link>
		<dc:creator>George Forma</dc:creator>
		<pubDate>Wed, 24 Jan 2007 16:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://ruturajv.wordpress.com/2005/12/27/conditional-get-request/#comment-1494</guid>
		<description>Nice overview and details, really clear explanation of the 304 issue.

You might enjoy this article about server-side caching http://www.askapache.com/2006/htaccess/speed-up-sites-with-htaccess-caching.html</description>
		<content:encoded><![CDATA[<p>Nice overview and details, really clear explanation of the 304 issue.</p>
<p>You might enjoy this article about server-side caching <a href="http://www.askapache.com/2006/htaccess/speed-up-sites-with-htaccess-caching.html" rel="nofollow">http://www.askapache.com/2006/htaccess/speed-up-sites-with-htaccess-caching.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GET / HTTP/1.1 &#187; Blog Archive &#187; Ajax Mistakes</title>
		<link>http://ruturajv.wordpress.com/2005/12/27/conditional-get-request/#comment-4</link>
		<dc:creator>GET / HTTP/1.1 &#187; Blog Archive &#187; Ajax Mistakes</dc:creator>
		<pubDate>Wed, 11 Jan 2006 04:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://ruturajv.wordpress.com/2005/12/27/conditional-get-request/#comment-4</guid>
		<description>[...] When calling for a Document, Page, etc. Its best to use a URL (A unique Identifier for that document). Its the way the web is structured. Try using Apache&#8217;s mod_rewrite to make the URL readable. DO NOT FETCH SUCH DOCUMENTS WITH AJAX.The standard GET request is structured in such a way that if you are opening the same page, document again. The browser may not waste the bandwidth at all. Unlike AJAX. The browser could simply display from the cache. See: Conditional GET Request [...]</description>
		<content:encoded><![CDATA[<p>[...] When calling for a Document, Page, etc. Its best to use a URL (A unique Identifier for that document). Its the way the web is structured. Try using Apache&#8217;s mod_rewrite to make the URL readable. DO NOT FETCH SUCH DOCUMENTS WITH AJAX.The standard GET request is structured in such a way that if you are opening the same page, document again. The browser may not waste the bandwidth at all. Unlike AJAX. The browser could simply display from the cache. See: Conditional GET Request [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
