<?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: cross-site xmlhttprequest with CORS</title>
	<atom:link href="http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/feed/" rel="self" type="application/rss+xml" />
	<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/</link>
	<description></description>
	<lastBuildDate>Sat, 21 Nov 2009 15:59:58 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 5 years of Firefox at hacks.mozilla.org</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-35538</link>
		<dc:creator>5 years of Firefox at hacks.mozilla.org</dc:creator>
		<pubDate>Mon, 09 Nov 2009 09:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-35538</guid>
		<description>[...] One thing that&#8217;s become obvious over the last five years is the wide gap that&#8217;s emerging between the field of modern browsers &#8211; Firefox, Safari, Opera and Chrome &#8211; with the world&#8217;s most popular browser &#8211; IE. The modern browser is built for the future of web applications &#8211; super fast JavaScript, modern CSS, HTML5, support for the various web-apps standards, downloadable font support, offline application support, raw graphics through canvas and WebGL, native video, advanced XHR capabilities  mixed with new security tools and network capabilities. [...]</description>
		<content:encoded><![CDATA[<p>[...] One thing that&#8217;s become obvious over the last five years is the wide gap that&#8217;s emerging between the field of modern browsers &#8211; Firefox, Safari, Opera and Chrome &#8211; with the world&#8217;s most popular browser &#8211; IE. The modern browser is built for the future of web applications &#8211; super fast JavaScript, modern CSS, HTML5, support for the various web-apps standards, downloadable font support, offline application support, raw graphics through canvas and WebGL, native video, advanced XHR capabilities  mixed with new security tools and network capabilities. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xiaoxin</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-14225</link>
		<dc:creator>Xiaoxin</dc:creator>
		<pubDate>Mon, 31 Aug 2009 16:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-14225</guid>
		<description>Tested CORS with Chrome and it works however xhr.withCredentials always comes back undefined making this feature detection method unrealiable. Tested on Chrome 2.0.172.43.</description>
		<content:encoded><![CDATA[<p>Tested CORS with Chrome and it works however xhr.withCredentials always comes back undefined making this feature detection method unrealiable. Tested on Chrome 2.0.172.43.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris B. &#8211; idéias e pensamentos &#187; XMLHttpRequest cross-site: mais uma vez o IE fora do padrão</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-13538</link>
		<dc:creator>Chris B. &#8211; idéias e pensamentos &#187; XMLHttpRequest cross-site: mais uma vez o IE fora do padrão</dc:creator>
		<pubDate>Thu, 27 Aug 2009 21:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-13538</guid>
		<description>[...] não é falar da implementação em si, até porque eu não conseguiri escrever nada melhor do que foi escrito pelo hacks.mozilla, mas sim falar que novamente a Microsoft atrapalha os padrões (aliás, vejam com cuidado esse post [...]</description>
		<content:encoded><![CDATA[<p>[...] não é falar da implementação em si, até porque eu não conseguiri escrever nada melhor do que foi escrito pelo hacks.mozilla, mas sim falar que novamente a Microsoft atrapalha os padrões (aliás, vejam com cuidado esse post [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: securitybananas.com &#187; XMLHTTPReqest “Ping” Sweeping in Firefox 3.5+</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-2175</link>
		<dc:creator>securitybananas.com &#187; XMLHTTPReqest “Ping” Sweeping in Firefox 3.5+</dc:creator>
		<pubDate>Mon, 20 Jul 2009 19:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-2175</guid>
		<description>[...] brought my attention to the new Firefox 3.5+ CORS (Cross-Origin Resource Sharing) which is a way to do a cross domain XMLHTTPReqest. Does that sound scary? Well, it is, but [...]</description>
		<content:encoded><![CDATA[<p>[...] brought my attention to the new Firefox 3.5+ CORS (Cross-Origin Resource Sharing) which is a way to do a cross domain XMLHTTPReqest. Does that sound scary? Well, it is, but [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El Blog Mojaina &#187; Ajax cross-domain con Safari 4, Google Chrome 2 y Firefox 3.5</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-1710</link>
		<dc:creator>El Blog Mojaina &#187; Ajax cross-domain con Safari 4, Google Chrome 2 y Firefox 3.5</dc:creator>
		<pubDate>Thu, 09 Jul 2009 09:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-1710</guid>
		<description>[...] permitiendo una mejor integración entre servicios online. Safari4, Google Chrome 2 y ahora Firefox 3.5, ya implementan dicha mejora y nos permite trabajar con ella. Por otro lado Microsoft, en otro mundo, desarrolla XDomainRequest() que permite realizar [...]</description>
		<content:encoded><![CDATA[<p>[...] permitiendo una mejor integración entre servicios online. Safari4, Google Chrome 2 y ahora Firefox 3.5, ya implementan dicha mejora y nos permite trabajar con ella. Por otro lado Microsoft, en otro mundo, desarrolla XDomainRequest() que permite realizar [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajax cross-domain con Safari 4, Google Chrome 2 y Firefox 3.5 : Blogografia</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-1704</link>
		<dc:creator>Ajax cross-domain con Safari 4, Google Chrome 2 y Firefox 3.5 : Blogografia</dc:creator>
		<pubDate>Thu, 09 Jul 2009 07:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-1704</guid>
		<description>[...] Google Chrome 2 y ahora Firefox 3.5, ya implementan dicha mejora y nos permite trabajar con ella. Por otro lado Microsoft, en otro mundo, desarrolla XDomainRequest() que permite realizar [...]</description>
		<content:encoded><![CDATA[<p>[...] Google Chrome 2 y ahora Firefox 3.5, ya implementan dicha mejora y nos permite trabajar con ella. Por otro lado Microsoft, en otro mundo, desarrolla XDomainRequest() que permite realizar [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajax cross-domain con Mozilla 3.5 y Safari 4 : Blogografia</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-1700</link>
		<dc:creator>Ajax cross-domain con Mozilla 3.5 y Safari 4 : Blogografia</dc:creator>
		<pubDate>Thu, 09 Jul 2009 06:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-1700</guid>
		<description>[...] y ahora Firefox 3.5, ya implementan dicha mejora y nos permite trabajar con ella. Por otro lado Microsoft, en otro mundo, desarrolla XDomainRequest() que permite realizar [...]</description>
		<content:encoded><![CDATA[<p>[...] y ahora Firefox 3.5, ya implementan dicha mejora y nos permite trabajar con ella. Por otro lado Microsoft, en otro mundo, desarrolla XDomainRequest() que permite realizar [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajax cross-domain con Mozilla 3.5 y Safari 4 &#124; aNieto2K</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-1698</link>
		<dc:creator>Ajax cross-domain con Mozilla 3.5 y Safari 4 &#124; aNieto2K</dc:creator>
		<pubDate>Thu, 09 Jul 2009 06:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-1698</guid>
		<description>[...] y ahora Firefox 3.5, ya implementan dicha mejora y nos permite trabajar con ella. Por otro lado Microsoft, en otro mundo, desarrolla XDomainRequest() que permite realizar [...]</description>
		<content:encoded><![CDATA[<p>[...] y ahora Firefox 3.5, ya implementan dicha mejora y nos permite trabajar con ella. Por otro lado Microsoft, en otro mundo, desarrolla XDomainRequest() que permite realizar [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-07-08 &#124; 小李贼</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-1652</link>
		<dc:creator>links for 2009-07-08 &#124; 小李贼</dc:creator>
		<pubDate>Wed, 08 Jul 2009 13:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-1652</guid>
		<description>[...] cross-site xmlhttprequest with CORS 站点间的 xmlhttp 交互 (tags: javascript ajax) [...]</description>
		<content:encoded><![CDATA[<p>[...] cross-site xmlhttprequest with CORS 站点间的 xmlhttp 交互 (tags: javascript ajax) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Edney</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-1615</link>
		<dc:creator>William Edney</dc:creator>
		<pubDate>Tue, 07 Jul 2009 18:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-1615</guid>
		<description>Arun -

One last message. In reducing this for a testcase for FF 3.5, I found an error in my previous test. FF 3.5 works fine. Haven&#039;t tried this in IE8, yet :-)

Thanks again for these helpful examples :-).

Cheers,

- Bill</description>
		<content:encoded><![CDATA[<p>Arun -</p>
<p>One last message. In reducing this for a testcase for FF 3.5, I found an error in my previous test. FF 3.5 works fine. Haven&#8217;t tried this in IE8, yet <img src='http://hacks.mozilla.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thanks again for these helpful examples <img src='http://hacks.mozilla.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>Cheers,</p>
<p>- Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Edney</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-1614</link>
		<dc:creator>William Edney</dc:creator>
		<pubDate>Tue, 07 Jul 2009 17:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-1614</guid>
		<description>Arun -

Did a bit more sussing of what&#039;s going here.

1. I&#039;m an idiot and only after posting did I figure out that your server wasn&#039;t configured with &#039;Access-Control-Allow-Origin: *&#039;.

2. I found a test server that does:

http://rockstarapps.com/test.php.

3. Tested both FF 3.5 and Safari 4.X against that server. It turns out that Safari 4.X works properly, FF 3.5 does not. Off to Bugzilla...

Thanks!

Cheers,

- Bill</description>
		<content:encoded><![CDATA[<p>Arun -</p>
<p>Did a bit more sussing of what&#8217;s going here.</p>
<p>1. I&#8217;m an idiot and only after posting did I figure out that your server wasn&#8217;t configured with &#8216;Access-Control-Allow-Origin: *&#8217;.</p>
<p>2. I found a test server that does:</p>
<p><a href="http://rockstarapps.com/test.php" rel="nofollow">http://rockstarapps.com/test.php</a>.</p>
<p>3. Tested both FF 3.5 and Safari 4.X against that server. It turns out that Safari 4.X works properly, FF 3.5 does not. Off to Bugzilla&#8230;</p>
<p>Thanks!</p>
<p>Cheers,</p>
<p>- Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun Ranganathan</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-1612</link>
		<dc:creator>Arun Ranganathan</dc:creator>
		<pubDate>Tue, 07 Jul 2009 16:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-1612</guid>
		<description>@FirefoxFanatic --  no comment from Opera yet; the last public-facing message we got from an Opera engineer was: http://lists.w3.org/Archives/Public/public-webapps/2009AprJun/1223.html</description>
		<content:encoded><![CDATA[<p>@FirefoxFanatic &#8212;  no comment from Opera yet; the last public-facing message we got from an Opera engineer was: <a href="http://lists.w3.org/Archives/Public/public-webapps/2009AprJun/1223.html" rel="nofollow">http://lists.w3.org/Archives/Public/public-webapps/2009AprJun/1223.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firefox Fanatic</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-1609</link>
		<dc:creator>Firefox Fanatic</dc:creator>
		<pubDate>Tue, 07 Jul 2009 15:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-1609</guid>
		<description>So, Firefox 3.5, Safari 4, and Google Chrome 2 all support the CORS specification, while Internet Explorer 8 partially supports it with XDomainRequest.  What about Opera?  Is there any news on when they will support this functionality?</description>
		<content:encoded><![CDATA[<p>So, Firefox 3.5, Safari 4, and Google Chrome 2 all support the CORS specification, while Internet Explorer 8 partially supports it with XDomainRequest.  What about Opera?  Is there any news on when they will support this functionality?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun Ranganathan</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-1595</link>
		<dc:creator>Arun Ranganathan</dc:creator>
		<pubDate>Tue, 07 Jul 2009 06:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-1595</guid>
		<description>@Bill -- good question :)  What&#039;s happening when you take the simple request and run it locally (from file:///) is that the value of the Origin header is now null (&quot;Origin: null&quot;).  But, my server-side PHP script doesn&#039;t handle a null Origin and thus doesn&#039;t send back the right response.

@Jeff -- yikes, good catch :)</description>
		<content:encoded><![CDATA[<p>@Bill &#8212; good question <img src='http://hacks.mozilla.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   What&#8217;s happening when you take the simple request and run it locally (from file:///) is that the value of the Origin header is now null (&#8221;Origin: null&#8221;).  But, my server-side PHP script doesn&#8217;t handle a null Origin and thus doesn&#8217;t send back the right response.</p>
<p>@Jeff &#8212; yikes, good catch <img src='http://hacks.mozilla.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gen Kanai</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-1589</link>
		<dc:creator>Gen Kanai</dc:creator>
		<pubDate>Tue, 07 Jul 2009 03:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-1589</guid>
		<description>@Jeff- thanks for the edit.  Updated.</description>
		<content:encoded><![CDATA[<p>@Jeff- thanks for the edit.  Updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Walden</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-1583</link>
		<dc:creator>Jeff Walden</dc:creator>
		<pubDate>Tue, 07 Jul 2009 02:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-1583</guid>
		<description>Typo: &quot;Cross-Origin Resource Sharing&quot;, not &quot;request&quot; sharing.</description>
		<content:encoded><![CDATA[<p>Typo: &#8220;Cross-Origin Resource Sharing&#8221;, not &#8220;request&#8221; sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thinsoldier</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-1567</link>
		<dc:creator>thinsoldier</dc:creator>
		<pubDate>Tue, 07 Jul 2009 00:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-1567</guid>
		<description>Been waiting all day an update!

:) thanks.</description>
		<content:encoded><![CDATA[<p>Been waiting all day an update!<br />
 <img src='http://hacks.mozilla.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Edney</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-1565</link>
		<dc:creator>William Edney</dc:creator>
		<pubDate>Mon, 06 Jul 2009 23:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-1565</guid>
		<description>Arun -

Ok, so maybe I&#039;m being an idiot and your server is only authorizing the domain that you&#039;re calling from in your example and not &#039;*&#039;.

Hmmm...

Cheers,

- Bill</description>
		<content:encoded><![CDATA[<p>Arun -</p>
<p>Ok, so maybe I&#8217;m being an idiot and your server is only authorizing the domain that you&#8217;re calling from in your example and not &#8216;*&#8217;.</p>
<p>Hmmm&#8230;</p>
<p>Cheers,</p>
<p>- Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Edney</title>
		<link>http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/comment-page-1/#comment-1564</link>
		<dc:creator>William Edney</dc:creator>
		<pubDate>Mon, 06 Jul 2009 23:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=1244#comment-1564</guid>
		<description>Arun -

Thanks for the excellent example. I grabbed the &#039;Simple Example&#039; page, saved it to my file system, reloaded that page into another window using the &#039;file:///&#039; URL and tried to invoke the cross-site query. This failed in both Firefox 3.5 (Mac) and Safari 4 (Mac).

Is there some reason this isn&#039;t working? Given that the W3 defines &#039;file:///&#039; URLs as a valid origin, this should work IMHO.

Cheers,

- Bill</description>
		<content:encoded><![CDATA[<p>Arun -</p>
<p>Thanks for the excellent example. I grabbed the &#8216;Simple Example&#8217; page, saved it to my file system, reloaded that page into another window using the &#8216;file:///&#8217; URL and tried to invoke the cross-site query. This failed in both Firefox 3.5 (Mac) and Safari 4 (Mac).</p>
<p>Is there some reason this isn&#8217;t working? Given that the W3 defines &#8216;file:///&#8217; URLs as a valid origin, this should work IMHO.</p>
<p>Cheers,</p>
<p>- Bill</p>
]]></content:encoded>
	</item>
</channel>
</rss>
