<?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 XmlHttpRequest calls to another server in your domain</title>
	<atom:link href="http://fettig.net/weblog/2005/11/28/how-to-make-xmlhttprequest-connections-to-another-server-in-your-domain/feed/" rel="self" type="application/rss+xml" />
	<link>http://fettig.net/weblog/2005/11/28/how-to-make-xmlhttprequest-connections-to-another-server-in-your-domain/</link>
	<description>The latest on Abe's work</description>
	<lastBuildDate>Thu, 28 Aug 2008 01:53:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Orbited Blog &#187; Blog Archive &#187; Widespread Proxy Dependence</title>
		<link>http://fettig.net/weblog/2005/11/28/how-to-make-xmlhttprequest-connections-to-another-server-in-your-domain/comment-page-1/#comment-62521</link>
		<dc:creator>Orbited Blog &#187; Blog Archive &#187; Widespread Proxy Dependence</dc:creator>
		<pubDate>Mon, 27 Aug 2007 14:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://fettig.net/weblog/2005/11/28/how-to-make-xmlhttprequest-connections-to-another-server-in-your-domain/#comment-62521</guid>
		<description>[...] you are interested in cross-domain scripting, read what some of the experts have done. Such as Abe Fettig. For the other 99.995% of you who don&#8217;t give a rats ass, I included a proxy in [...]</description>
		<content:encoded><![CDATA[<p>[...] you are interested in cross-domain scripting, read what some of the experts have done. Such as Abe Fettig. For the other 99.995% of you who don&#8217;t give a rats ass, I included a proxy in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links for 2007-08-08 [del.icio.us] &#124; programmazione</title>
		<link>http://fettig.net/weblog/2005/11/28/how-to-make-xmlhttprequest-connections-to-another-server-in-your-domain/comment-page-1/#comment-58060</link>
		<dc:creator>Links for 2007-08-08 [del.icio.us] &#124; programmazione</dc:creator>
		<pubDate>Sun, 12 Aug 2007 20:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://fettig.net/weblog/2005/11/28/how-to-make-xmlhttprequest-connections-to-another-server-in-your-domain/#comment-58060</guid>
		<description>[...] Abe Fettig&#8217;s Weblog &#187; How to make XmlHttpRequest calls to another server in your domain [...]</description>
		<content:encoded><![CDATA[<p>[...] Abe Fettig&rsquo;s Weblog &raquo; How to make XmlHttpRequest calls to another server in your domain [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-08-09 &#171; napyfab:blog</title>
		<link>http://fettig.net/weblog/2005/11/28/how-to-make-xmlhttprequest-connections-to-another-server-in-your-domain/comment-page-1/#comment-57129</link>
		<dc:creator>links for 2007-08-09 &#171; napyfab:blog</dc:creator>
		<pubDate>Thu, 09 Aug 2007 23:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://fettig.net/weblog/2005/11/28/how-to-make-xmlhttprequest-connections-to-another-server-in-your-domain/#comment-57129</guid>
		<description>[...] Abe Fettig’s Weblog » How to make XmlHttpRequest calls to another server in your domain (tags: ajax javascript xmlhttprequest crossdomain security programming howto web development article) [...]</description>
		<content:encoded><![CDATA[<p>[...] Abe Fettig’s Weblog » How to make XmlHttpRequest calls to another server in your domain (tags: ajax javascript xmlhttprequest crossdomain security programming howto web development article) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Do Frames Really Suck?</title>
		<link>http://fettig.net/weblog/2005/11/28/how-to-make-xmlhttprequest-connections-to-another-server-in-your-domain/comment-page-1/#comment-7427</link>
		<dc:creator>Do Frames Really Suck?</dc:creator>
		<pubDate>Fri, 05 Jan 2007 22:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://fettig.net/weblog/2005/11/28/how-to-make-xmlhttprequest-connections-to-another-server-in-your-domain/#comment-7427</guid>
		<description>[...] How to make XmlHttpRequest calls to another server in your domain [...]</description>
		<content:encoded><![CDATA[<p>[...] How to make XmlHttpRequest calls to another server in your domain [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java newbie</title>
		<link>http://fettig.net/weblog/2005/11/28/how-to-make-xmlhttprequest-connections-to-another-server-in-your-domain/comment-page-1/#comment-1301</link>
		<dc:creator>Java newbie</dc:creator>
		<pubDate>Sun, 23 Jul 2006 16:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://fettig.net/weblog/2005/11/28/how-to-make-xmlhttprequest-connections-to-another-server-in-your-domain/#comment-1301</guid>
		<description>&lt;strong&gt;XMLHttpRequest对象实现的安全性考虑：为什么不能跨域访问...&lt;/strong&gt;

AJAX通过XMLHttpRequest对象发送http请求，但是只能访问本站点内的资源，站点A的页面通过此对象访问站点B上的资源的行为是被禁止的。原因，参考：...</description>
		<content:encoded><![CDATA[<p><strong>XMLHttpRequest对象实现的安全性考虑：为什么不能跨域访问&#8230;</strong></p>
<p>AJAX通过XMLHttpRequest对象发送http请求，但是只能访问本站点内的资源，站点A的页面通过此对象访问站点B上的资源的行为是被禁止的。原因，参考：&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
