<?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: How to Make Simple Cross-Domain Ajax Requests With Responses</title>
	<atom:link href="http://www.ideashower.com/our_solutions/how-to-make-simple-cross-domain-ajax-requests-with-responses/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ideashower.com/our_solutions/how-to-make-simple-cross-domain-ajax-requests-with-responses/</link>
	<description>A launchpad for new ideas for the web</description>
	<pubDate>Mon, 22 Mar 2010 08:26:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alessandro Mazzega</title>
		<link>http://www.ideashower.com/our_solutions/how-to-make-simple-cross-domain-ajax-requests-with-responses/comment-page-1/#comment-9314</link>
		<dc:creator>Alessandro Mazzega</dc:creator>
		<pubDate>Mon, 14 Dec 2009 08:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideashower.com/?p=257#comment-9314</guid>
		<description>I was stuck on the cross domain ajax request matter too.
I resolved only using a proxy JSP between my server and clients.
Now the ajax calls are sent to the jsp that is in my domain and  handle the data transfer with the server.

By the way: great work with the Read It Later app. I'm going to upgrade to Pro version today.</description>
		<content:encoded><![CDATA[<p>I was stuck on the cross domain ajax request matter too.<br />
I resolved only using a proxy JSP between my server and clients.<br />
Now the ajax calls are sent to the jsp that is in my domain and  handle the data transfer with the server.</p>
<p>By the way: great work with the Read It Later app. I&#8217;m going to upgrade to Pro version today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.ideashower.com/our_solutions/how-to-make-simple-cross-domain-ajax-requests-with-responses/comment-page-1/#comment-9307</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 08 Dec 2009 23:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideashower.com/?p=257#comment-9307</guid>
		<description>Thanks for this, it was exactly what I needed for a script, but moreover it cleared up my confusion as to why other tracking scripts used something similar</description>
		<content:encoded><![CDATA[<p>Thanks for this, it was exactly what I needed for a script, but moreover it cleared up my confusion as to why other tracking scripts used something similar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dgreenhouse</title>
		<link>http://www.ideashower.com/our_solutions/how-to-make-simple-cross-domain-ajax-requests-with-responses/comment-page-1/#comment-9277</link>
		<dc:creator>dgreenhouse</dc:creator>
		<pubDate>Tue, 17 Nov 2009 13:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideashower.com/?p=257#comment-9277</guid>
		<description>Totally cool! Good "outside of the box" thinking.
I knew there was a way to do this and knew it would be simple! :-)

Pros: Browser vendors can't plug this as security vulnerability since plugging it would break the web.

Cons: Bad folks will use it for nefarious deeds - assuming they're not already doing so.</description>
		<content:encoded><![CDATA[<p>Totally cool! Good &#8220;outside of the box&#8221; thinking.<br />
I knew there was a way to do this and knew it would be simple! <img src='http://www.ideashower.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Pros: Browser vendors can&#8217;t plug this as security vulnerability since plugging it would break the web.</p>
<p>Cons: Bad folks will use it for nefarious deeds - assuming they&#8217;re not already doing so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Simpson</title>
		<link>http://www.ideashower.com/our_solutions/how-to-make-simple-cross-domain-ajax-requests-with-responses/comment-page-1/#comment-7744</link>
		<dc:creator>Kyle Simpson</dc:creator>
		<pubDate>Thu, 23 Jul 2009 14:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideashower.com/?p=257#comment-7744</guid>
		<description>flXHR (http://flxhr.flensed.com) is a client-side proxy for cross-domain Ajax requests. It allows you to make simple, standard XHR calls, but do so cross-domain just like regular Ajax.

flXHR has an identical API to native XHR, which makes it very easy to drop in and use in existing projects. It also has plugins for many of the major frameworks, which allows even easier integration and functionality.</description>
		<content:encoded><![CDATA[<p>flXHR (http://flxhr.flensed.com) is a client-side proxy for cross-domain Ajax requests. It allows you to make simple, standard XHR calls, but do so cross-domain just like regular Ajax.</p>
<p>flXHR has an identical API to native XHR, which makes it very easy to drop in and use in existing projects. It also has plugins for many of the major frameworks, which allows even easier integration and functionality.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
