<?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: Eventsites: serverless web-development</title>
	<atom:link href="http://ajaxian.com/archives/eventsites-serverless-web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/eventsites-serverless-web-development</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Julien Couvreur</title>
		<link>http://ajaxian.com/archives/eventsites-serverless-web-development/comment-page-1#comment-12771</link>
		<dc:creator>Julien Couvreur</dc:creator>
		<pubDate>Mon, 22 May 2006 18:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/eventsites-serverless-web-development#comment-12771</guid>
		<description>You can use Flash for cross-domain GETs and POSTs. See Flash4AJAX: http://blog.monstuff.com/archives/000280.html
The main restriction is that the services you&#039;re targetting need to allow this kind of access, thru a cross-domain policy file within their domain.

Flash 8.5 will allow arbitrary HTTP requests, enabling the complete array of HTTP methods (HEAD, DELETE, ...)</description>
		<content:encoded><![CDATA[<p>You can use Flash for cross-domain GETs and POSTs. See Flash4AJAX: <a href="http://blog.monstuff.com/archives/000280.html" rel="nofollow">http://blog.monstuff.com/archives/000280.html</a><br />
The main restriction is that the services you&#8217;re targetting need to allow this kind of access, thru a cross-domain policy file within their domain.</p>
<p>Flash 8.5 will allow arbitrary HTTP requests, enabling the complete array of HTTP methods (HEAD, DELETE, &#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Nixey</title>
		<link>http://ajaxian.com/archives/eventsites-serverless-web-development/comment-page-1#comment-12030</link>
		<dc:creator>Peter Nixey</dc:creator>
		<pubDate>Sun, 21 May 2006 13:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/eventsites-serverless-web-development#comment-12030</guid>
		<description>Martin,

Good point. I was actually sanitising requests to make sure they were external when I first wrote the app but then forgot to do the same after deployment. 

Very good point, horrendous security hole - thanks for pointing it out.</description>
		<content:encoded><![CDATA[<p>Martin,</p>
<p>Good point. I was actually sanitising requests to make sure they were external when I first wrote the app but then forgot to do the same after deployment. </p>
<p>Very good point, horrendous security hole &#8211; thanks for pointing it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://ajaxian.com/archives/eventsites-serverless-web-development/comment-page-1#comment-11661</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 20 May 2006 21:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/eventsites-serverless-web-development#comment-11661</guid>
		<description>Oh yes, minimalist proxy, (nearly) maximalist read access to the filesystem due to not sanitizing user input in any way...</description>
		<content:encoded><![CDATA[<p>Oh yes, minimalist proxy, (nearly) maximalist read access to the filesystem due to not sanitizing user input in any way&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: earl</title>
		<link>http://ajaxian.com/archives/eventsites-serverless-web-development/comment-page-1#comment-11394</link>
		<dc:creator>earl</dc:creator>
		<pubDate>Sat, 20 May 2006 12:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/eventsites-serverless-web-development#comment-11394</guid>
		<description>mypage.php?url=/etc/passwd
Id probably use something like that with this script. Dont forget to sanitize that $_GET[&#039;url&#039;]!</description>
		<content:encoded><![CDATA[<p>mypage.php?url=/etc/passwd<br />
Id probably use something like that with this script. Dont forget to sanitize that $_GET['url']!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty</title>
		<link>http://ajaxian.com/archives/eventsites-serverless-web-development/comment-page-1#comment-11052</link>
		<dc:creator>Marty</dc:creator>
		<pubDate>Fri, 19 May 2006 17:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/eventsites-serverless-web-development#comment-11052</guid>
		<description>Heh &quot;please download Firefox&quot; it says.  Well, besides the slew of JS errors messages i get.</description>
		<content:encoded><![CDATA[<p>Heh &#8220;please download Firefox&#8221; it says.  Well, besides the slew of JS errors messages i get.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Ippolito</title>
		<link>http://ajaxian.com/archives/eventsites-serverless-web-development/comment-page-1#comment-11050</link>
		<dc:creator>Bob Ippolito</dc:creator>
		<pubDate>Fri, 19 May 2006 17:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/eventsites-serverless-web-development#comment-11050</guid>
		<description>s/proxy/security hole/

That PHP is going to let anyone read any local file on the filesystem that apache can see. I wish people wouldn&#039;t post dumb things like that, because others are going to blindly copy it.</description>
		<content:encoded><![CDATA[<p>s/proxy/security hole/</p>
<p>That PHP is going to let anyone read any local file on the filesystem that apache can see. I wish people wouldn&#8217;t post dumb things like that, because others are going to blindly copy it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://ajaxian.com/archives/eventsites-serverless-web-development/comment-page-1#comment-11044</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 19 May 2006 17:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/eventsites-serverless-web-development#comment-11044</guid>
		<description>If you add in client-side storage in a Flash object, it&#039;s not a hard leap to kiosk type software running in a browser on a computer without an Internet connection.</description>
		<content:encoded><![CDATA[<p>If you add in client-side storage in a Flash object, it&#8217;s not a hard leap to kiosk type software running in a browser on a computer without an Internet connection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen</title>
		<link>http://ajaxian.com/archives/eventsites-serverless-web-development/comment-page-1#comment-11033</link>
		<dc:creator>Allen</dc:creator>
		<pubDate>Fri, 19 May 2006 16:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/eventsites-serverless-web-development#comment-11033</guid>
		<description>crikey, thats the coolest damned thing / concept i&#039;ve seen in a while.  Also, love the minimalist proxy.  Such a really cool concept, taking mashups to the next level.</description>
		<content:encoded><![CDATA[<p>crikey, thats the coolest damned thing / concept i&#8217;ve seen in a while.  Also, love the minimalist proxy.  Such a really cool concept, taking mashups to the next level.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

