<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: AJAX Cross Domain Proxy</title>
	<link>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/</link>
	<description></description>
	<pubDate>Thu, 28 Aug 2008 00:51:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Lars</title>
		<link>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-73981</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Fri, 01 Aug 2008 14:22:42 +0000</pubDate>
		<guid>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-73981</guid>
		<description>&lt;p&gt;Hi Iacovos,&lt;/p&gt;
&lt;p&gt;Thanks for this handy example.
I am using it in my prototype web app (a gmaps mashup).&lt;/p&gt;
&lt;p&gt;Re: 13, it seems like it would be useful for $valid_requests to be an array of domains, or hostnames, or URL prefixes, or match patterns, so that they're more general than exact URLs.
Is there much security risk in just specifying the hosts (or domains) that can be proxied to?&lt;/p&gt;
&lt;p&gt;Lars&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Iacovos,</p>
<p>Thanks for this handy example.<br />
I am using it in my prototype web app (a gmaps mashup).</p>
<p>Re: 13, it seems like it would be useful for $valid_requests to be an array of domains, or hostnames, or URL prefixes, or match patterns, so that they&#8217;re more general than exact URLs.<br />
Is there much security risk in just specifying the hosts (or domains) that can be proxied to?</p>
<p>Lars</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight Networking - Using a proxy to overcome cross-domain-scripting troubles &#187; Mark Monster</title>
		<link>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-72352</link>
		<dc:creator>Silverlight Networking - Using a proxy to overcome cross-domain-scripting troubles &#187; Mark Monster</dc:creator>
		<pubDate>Tue, 29 Jul 2008 10:02:00 +0000</pubDate>
		<guid>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-72352</guid>
		<description>&lt;p&gt;[...] tested this proxy, written in PHP. It works for me because I&#8217;ve got a Webhost that supports PHP and no ASP.NET. I&#8217;ve [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] tested this proxy, written in PHP. It works for me because I&#8217;ve got a Webhost that supports PHP and no ASP.NET. I&#8217;ve [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iacovos</title>
		<link>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-54266</link>
		<dc:creator>Iacovos</dc:creator>
		<pubDate>Sat, 14 Jun 2008 05:37:26 +0000</pubDate>
		<guid>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-54266</guid>
		<description>&lt;p&gt;ONi, thanks a lot. Regarding your little modification, that was not necessary. You could simply set the value of &lt;code&gt;CSAJAX_FILTERS&lt;/code&gt; to false (line #13). However, you (not just you, but everyone) must understand the security issue behind the filtering option. By disabling the filtering option, the ajax-proxy script can serve as an open, proxy script and anyone could use it to request any page. I am not going further and analyze how someone could take advantage of it; if anyone has more questions, feel free to contact me.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ONi, thanks a lot. Regarding your little modification, that was not necessary. You could simply set the value of <code>CSAJAX_FILTERS</code> to false (line #13). However, you (not just you, but everyone) must understand the security issue behind the filtering option. By disabling the filtering option, the ajax-proxy script can serve as an open, proxy script and anyone could use it to request any page. I am not going further and analyze how someone could take advantage of it; if anyone has more questions, feel free to contact me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ONi</title>
		<link>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-54078</link>
		<dc:creator>ONi</dc:creator>
		<pubDate>Fri, 13 Jun 2008 11:21:47 +0000</pubDate>
		<guid>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-54078</guid>
		<description>&lt;p&gt;&lt;b&gt;Iacovos:&lt;/b&gt; Sir, you are a genious!! this is exactly what I was looking for and works like charm. I made a little modification though, to the issue in the comment #2, I added &lt;code&gt;$_GET['csurl']&lt;/code&gt; to the list of $valid_requests, so on, any URL that you try to get will be a valid request, hope this works for everyone!.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><b>Iacovos:</b> Sir, you are a genious!! this is exactly what I was looking for and works like charm. I made a little modification though, to the issue in the comment #2, I added <code>$_GET['csurl']</code> to the list of $valid_requests, so on, any URL that you try to get will be a valid request, hope this works for everyone!.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iacovos</title>
		<link>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-36600</link>
		<dc:creator>Iacovos</dc:creator>
		<pubDate>Mon, 07 Apr 2008 07:01:13 +0000</pubDate>
		<guid>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-36600</guid>
		<description>&lt;p&gt;Al, you need to enable curl module in PHP.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Al, you need to enable curl module in PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-35621</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Sat, 29 Mar 2008 21:57:09 +0000</pubDate>
		<guid>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-35621</guid>
		<description>&lt;p&gt;I get... Fatal error: Call to undefined function curl_init() in C:\root\www\crosssdomainajax\ajax-proxy.php on line 67&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I get&#8230; Fatal error: Call to undefined function curl_init() in C:\root\www\crosssdomainajax\ajax-proxy.php on line 67</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iacovos</title>
		<link>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-21294</link>
		<dc:creator>Iacovos</dc:creator>
		<pubDate>Sun, 30 Dec 2007 18:48:20 +0000</pubDate>
		<guid>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-21294</guid>
		<description>&lt;p&gt;fedmich, did you modify the &lt;code&gt;ajax-proxy.php&lt;/code&gt; to work with fopen etc? If yes, it would be nice if you could provide me your changes, integrate them into the current script and finally release an updated version that works with both approaches!&lt;/p&gt;
&lt;p&gt;Happy New Year!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>fedmich, did you modify the <code>ajax-proxy.php</code> to work with fopen etc? If yes, it would be nice if you could provide me your changes, integrate them into the current script and finally release an updated version that works with both approaches!</p>
<p>Happy New Year!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fedmich</title>
		<link>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-21238</link>
		<dc:creator>fedmich</dc:creator>
		<pubDate>Sun, 30 Dec 2007 02:50:10 +0000</pubDate>
		<guid>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-21238</guid>
		<description>&lt;p&gt;great...&lt;/p&gt;
&lt;p&gt;useful but the curl on my site isn't enabled... so Im using other means of retrieving websites like fopen()&lt;/p&gt;
&lt;p&gt;for asp code, I had something like this before, just dont remember on which website did I used this for&lt;/p&gt;
&lt;p&gt;Cheers and Happy New Year&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>great&#8230;</p>
<p>useful but the curl on my site isn&#8217;t enabled&#8230; so Im using other means of retrieving websites like fopen()</p>
<p>for asp code, I had something like this before, just dont remember on which website did I used this for</p>
<p>Cheers and Happy New Year</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-19470</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Mon, 10 Dec 2007 03:20:36 +0000</pubDate>
		<guid>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-19470</guid>
		<description>&lt;p&gt;it's a pity, though really useful, there is no demo proxy developed in asp , for which i am dying . still thanks a lot.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>it&#8217;s a pity, though really useful, there is no demo proxy developed in asp , for which i am dying . still thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanjay</title>
		<link>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-14190</link>
		<dc:creator>sanjay</dc:creator>
		<pubDate>Fri, 26 Oct 2007 15:36:09 +0000</pubDate>
		<guid>http://www.iacons.net/writing/2007/08/02/ajax-cross-domain-proxy/#comment-14190</guid>
		<description>&lt;p&gt;i am not getting any response nor any error after adding the domains to the array list on php file.. Could you please help!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i am not getting any response nor any error after adding the domains to the array list on php file.. Could you please help!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
