<?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/"
	>
<channel>
	<title>Comments on: XMLHttpRequest and Caching</title>
	<atom:link href="http://www.subbu.org/blog/2005/10/xmlhttprequest-and-caching/feed" rel="self" type="application/rss+xml" />
	<link>http://www.subbu.org/blog/2005/10/xmlhttprequest-and-caching</link>
	<description>HTTP, REST and some Cycling</description>
	<pubDate>Thu, 20 Nov 2008 11:56:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Benjie Chen</title>
		<link>http://www.subbu.org/blog/2005/10/xmlhttprequest-and-caching/comment-page-1#comment-2044</link>
		<dc:creator>Benjie Chen</dc:creator>
		<pubDate>Fri, 05 Sep 2008 12:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2005/10/xmlhttprequest-and-caching/#comment-2044</guid>
		<description>A simple "Expires: -1" from the server would do the trick if you don't want IE6/7 to cache RPC responses. I found "Cache-Control: no-cache" did not work.</description>
		<content:encoded><![CDATA[<p>A simple &#8220;Expires: -1&#8243; from the server would do the trick if you don&#8217;t want IE6/7 to cache RPC responses. I found &#8220;Cache-Control: no-cache&#8221; did not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: florian geiges</title>
		<link>http://www.subbu.org/blog/2005/10/xmlhttprequest-and-caching/comment-page-1#comment-76</link>
		<dc:creator>florian geiges</dc:creator>
		<pubDate>Wed, 12 Mar 2008 00:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2005/10/xmlhttprequest-and-caching/#comment-76</guid>
		<description>to get non-cached-results from internet-explorer you  might also want to send the If-Modified-Since-header with a value of jan 1, 1970 (or new Date(0), for javascript)

does the same as setting cache-control/pragma-headers on the server-side.
</description>
		<content:encoded><![CDATA[<p>to get non-cached-results from internet-explorer you  might also want to send the If-Modified-Since-header with a value of jan 1, 1970 (or new Date(0), for javascript)</p>
<p>does the same as setting cache-control/pragma-headers on the server-side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Collins</title>
		<link>http://www.subbu.org/blog/2005/10/xmlhttprequest-and-caching/comment-page-1#comment-75</link>
		<dc:creator>Andrew Collins</dc:creator>
		<pubDate>Mon, 24 Oct 2005 21:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2005/10/xmlhttprequest-and-caching/#comment-75</guid>
		<description>I have posted a handful of bug reports to some AJAX libraries about this issue but they were dismissed. Thank you for researching this matter and providing your results. I hope more AJAX library authors read about this issue and make what fixes they can to them.
</description>
		<content:encoded><![CDATA[<p>I have posted a handful of bug reports to some AJAX libraries about this issue but they were dismissed. Thank you for researching this matter and providing your results. I hope more AJAX library authors read about this issue and make what fixes they can to them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
