<?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: Flash, Cookies, and Sockets</title>
	<atom:link href="http://codebycoffee.com/2008/11/01/flash-cookies-and-sockets/feed/" rel="self" type="application/rss+xml" />
	<link>http://codebycoffee.com/2008/11/01/flash-cookies-and-sockets/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 16:12:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: java</title>
		<link>http://codebycoffee.com/2008/11/01/flash-cookies-and-sockets/comment-page-1/#comment-4</link>
		<dc:creator>java</dc:creator>
		<pubDate>Thu, 20 Nov 2008 04:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://devarcade.com/blog/?p=47#comment-4</guid>
		<description>&lt;p&gt;Hi Emmanuel,&lt;/p&gt;
&lt;p&gt;Its problematic at best.&#160; The URLRequest and URLRequestHeader classes are normally what you would use, but Adobe states that they do not allow Cookie headers to be set in the URLRequestHeader class.&#160; (http://livedocs.adobe.com/flex/3/langref/flash/net/URLRequestHeader.html)&#160; However, as long as you know what is expected, you could compose a request with a socket that passed the cookie data as part of the call.&#160; I believe it would work but I have not tried it myself.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Emmanuel,</p>
<p>Its problematic at best.&nbsp; The URLRequest and URLRequestHeader classes are normally what you would use, but Adobe states that they do not allow Cookie headers to be set in the URLRequestHeader class.&nbsp; (<a href="http://livedocs.adobe.com/flex/3/langref/flash/net/URLRequestHeader.html" rel="nofollow">http://livedocs.adobe.com/flex/3/langref/flash/net/URLRequestHeader.html</a>)&nbsp; However, as long as you know what is expected, you could compose a request with a socket that passed the cookie data as part of the call.&nbsp; I believe it would work but I have not tried it myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emmanuel</title>
		<link>http://codebycoffee.com/2008/11/01/flash-cookies-and-sockets/comment-page-1/#comment-3</link>
		<dc:creator>Emmanuel</dc:creator>
		<pubDate>Thu, 20 Nov 2008 01:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://devarcade.com/blog/?p=47#comment-3</guid>
		<description>This was very instructive, thanks a lot!

I need to retrieve data from a third-party web site. But that web site expects specific cookies. Do you know how I can specify hardcoded cookies using URLRequest (or other ways)?

Thanks,
Emmanuel</description>
		<content:encoded><![CDATA[<p>This was very instructive, thanks a lot!</p>
<p>I need to retrieve data from a third-party web site. But that web site expects specific cookies. Do you know how I can specify hardcoded cookies using URLRequest (or other ways)?</p>
<p>Thanks,<br />
Emmanuel</p>
]]></content:encoded>
	</item>
</channel>
</rss>

