<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Flex Is Not Friendly To REST</title>
	<atom:link href="http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/feed/" rel="self" type="application/rss+xml" />
	<link>http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/</link>
	<description>Provocative Ideas</description>
	<lastBuildDate>Sat, 05 Dec 2009 07:05:11 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ddavisso</title>
		<link>http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-555</link>
		<dc:creator>ddavisso</dc:creator>
		<pubDate>Fri, 27 Nov 2009 17:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-555</guid>
		<description>You need to use URLLoader/URLRequest/etc (part of the flash.net package).

(1) Build your own HTTPClient.
(2) Send headers &amp; body in the body of the URLRequest to a PHP script that parses all the values and creates a real HTTP Request (e.g. prefix all headers with _h or something. Accept header would look like &quot;_hAccept=text/xml&quot;).
(3) Have the URLLoader return raw data. You must then parse the entire thing into headers and body which can then be used by the application.
(4) I have also developed my own AMF3Serializer and AMF3Deserializer and am sending all data over HTTP is AMF format. My server scripting is all PHP (use Zend).</description>
		<content:encoded><![CDATA[<p>You need to use URLLoader/URLRequest/etc (part of the flash.net package).</p>
<p>(1) Build your own HTTPClient.<br />
(2) Send headers &amp; body in the body of the URLRequest to a PHP script that parses all the values and creates a real HTTP Request (e.g. prefix all headers with _h or something. Accept header would look like &#8220;_hAccept=text/xml&#8221;).<br />
(3) Have the URLLoader return raw data. You must then parse the entire thing into headers and body which can then be used by the application.<br />
(4) I have also developed my own AMF3Serializer and AMF3Deserializer and am sending all data over HTTP is AMF format. My server scripting is all PHP (use Zend).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: automotive jacks</title>
		<link>http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-359</link>
		<dc:creator>automotive jacks</dc:creator>
		<pubDate>Sat, 14 Mar 2009 12:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-359</guid>
		<description>I have to say, that I could not agree with you in 100%, but that&#039;s just my IMHO, which   could be   wrong.
p.s. You have a very good template for your blog. Where have you got it from?</description>
		<content:encoded><![CDATA[<p>I have to say, that I could not agree with you in 100%, but that&#8217;s just my IMHO, which   could be   wrong.<br />
p.s. You have a very good template for your blog. Where have you got it from?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnosior</title>
		<link>http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-219</link>
		<dc:creator>Gnosior</dc:creator>
		<pubDate>Wed, 28 Jan 2009 21:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-219</guid>
		<description>This is not directly related to Flex or its HttpService but a more general constraint imposed by the browser&#039;s PluginAPI. 

Quote:
https://bugs.adobe.com/jira/browse/SDK-11841
Albert Chang @Adobe - [09/11/08 07:33 PM ]
This is a problem with the browser community. The Flash Player team has sent the necessary source code to effectively communicate these http error messages to the flash player to the web browser community and have heard little to no response. Only Microsoft has responded so IE7 and IE8beta are the only browsers available that will not encounter this problem.  Also, make sure to use the latest beta version of FP10.

One workaround would be to use the ExternalInterface and get to the browser to RESTfully interact with the server.</description>
		<content:encoded><![CDATA[<p>This is not directly related to Flex or its HttpService but a more general constraint imposed by the browser&#8217;s PluginAPI. </p>
<p>Quote:<br />
<a href="https://bugs.adobe.com/jira/browse/SDK-11841" rel="nofollow">https://bugs.adobe.com/jira/browse/SDK-11841</a><br />
Albert Chang @Adobe &#8211; [09/11/08 07:33 PM ]<br />
This is a problem with the browser community. The Flash Player team has sent the necessary source code to effectively communicate these http error messages to the flash player to the web browser community and have heard little to no response. Only Microsoft has responded so IE7 and IE8beta are the only browsers available that will not encounter this problem.  Also, make sure to use the latest beta version of FP10.</p>
<p>One workaround would be to use the ExternalInterface and get to the browser to RESTfully interact with the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fantastic</title>
		<link>http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-158</link>
		<dc:creator>fantastic</dc:creator>
		<pubDate>Mon, 04 Aug 2008 15:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-158</guid>
		<description>Thanks for the suggestion. I will take a look at ATOM publishing protocol.</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestion. I will take a look at ATOM publishing protocol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-153</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 01 Jul 2008 15:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-153</guid>
		<description>If you are using the ATOM publishing protocol for your REST services you could consider using the GData batch extensions (http://code.google.com/apis/gdata/batch.html). This should mean that the information that would otherwise be in the header responses will be present in the XML payload instead and you only need a POST to get all jobs done...  Might be worth a thought?</description>
		<content:encoded><![CDATA[<p>If you are using the ATOM publishing protocol for your REST services you could consider using the GData batch extensions (<a href="http://code.google.com/apis/gdata/batch.html" rel="nofollow">http://code.google.com/apis/gdata/batch.html</a>). This should mean that the information that would otherwise be in the header responses will be present in the XML payload instead and you only need a POST to get all jobs done&#8230;  Might be worth a thought?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fantastic</title>
		<link>http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-138</link>
		<dc:creator>fantastic</dc:creator>
		<pubDate>Thu, 03 Jan 2008 20:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-138</guid>
		<description>Thanks for the suggestion.  I believe someone wrote such a class.  The work around I came up seems to be working out.</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestion.  I believe someone wrote such a class.  The work around I came up seems to be working out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan de Vries</title>
		<link>http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-128</link>
		<dc:creator>Nathan de Vries</dc:creator>
		<pubDate>Sun, 30 Dec 2007 13:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-128</guid>
		<description>Your only real option is to implement your own HTTP classes using Socket or XMLSocket. Given that it sounds like you control your backend, serving up the appropriate cross domain policies via XML sockets shouldn&#039;t be an issue.</description>
		<content:encoded><![CDATA[<p>Your only real option is to implement your own HTTP classes using Socket or XMLSocket. Given that it sounds like you control your backend, serving up the appropriate cross domain policies via XML sockets shouldn&#8217;t be an issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
