<?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: Creating a REST API for a Flash application</title>
	<atom:link href="http://techblog.floorplanner.com/2009/02/25/creating-a-rest-api-for-a-flash-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.floorplanner.com/2009/02/25/creating-a-rest-api-for-a-flash-application/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 20 Nov 2009 23:38:19 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bart</title>
		<link>http://techblog.floorplanner.com/2009/02/25/creating-a-rest-api-for-a-flash-application/comment-page-1/#comment-653</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Thu, 18 Jun 2009 14:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.floorplanner.com/?p=486#comment-653</guid>
		<description>We made a REST API  using Microsofts ADO.NET Data Services Framework  and also faced the problem that Flash doesn&#039;t support the PUT and DELETE requests. We working on a proxy to solve this as we speak.

Our application runs in Air, so it&#039;s not only the browsers limitation I think. 

Nice article, thanks


(http://msdn.microsoft.com/en-us/library/cc668792.aspx)</description>
		<content:encoded><![CDATA[<p>We made a REST API  using Microsofts ADO.NET Data Services Framework  and also faced the problem that Flash doesn&#8217;t support the PUT and DELETE requests. We working on a proxy to solve this as we speak.</p>
<p>Our application runs in Air, so it&#8217;s not only the browsers limitation I think. </p>
<p>Nice article, thanks</p>
<p>(<a href="http://msdn.microsoft.com/en-us/library/cc668792.aspx)" rel="nofollow">http://msdn.microsoft.com/en-us/library/cc668792.aspx)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willem van Bergen</title>
		<link>http://techblog.floorplanner.com/2009/02/25/creating-a-rest-api-for-a-flash-application/comment-page-1/#comment-463</link>
		<dc:creator>Willem van Bergen</dc:creator>
		<pubDate>Sat, 28 Feb 2009 10:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.floorplanner.com/?p=486#comment-463</guid>
		<description>Unfortunately, that does not work in all cases. The _method param must be send as a POST variable when doing a POST request, so including it in the URL is not enough. And for most update requests, we include XML to describe what should be updated as POST body, se we cannot set additional POST variables.

It could work for DELETE requests, because no XML data is included for such a request and the POST body can be used for POST variables. However, we thought it would be more consistent to handle this case exactly like the PUT case and create a distinct route for this action as well.</description>
		<content:encoded><![CDATA[<p>Unfortunately, that does not work in all cases. The _method param must be send as a POST variable when doing a POST request, so including it in the URL is not enough. And for most update requests, we include XML to describe what should be updated as POST body, se we cannot set additional POST variables.</p>
<p>It could work for DELETE requests, because no XML data is included for such a request and the POST body can be used for POST variables. However, we thought it would be more consistent to handle this case exactly like the PUT case and create a distinct route for this action as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roob</title>
		<link>http://techblog.floorplanner.com/2009/02/25/creating-a-rest-api-for-a-flash-application/comment-page-1/#comment-459</link>
		<dc:creator>Roob</dc:creator>
		<pubDate>Fri, 27 Feb 2009 12:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.floorplanner.com/?p=486#comment-459</guid>
		<description>You could also let Flash send the param &quot;_method=put&quot; to simulate REST HTTP Operations.</description>
		<content:encoded><![CDATA[<p>You could also let Flash send the param &#8220;_method=put&#8221; to simulate REST HTTP Operations.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
