<?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: Using HTTP Authorization headers with Flash</title>
	<atom:link href="http://www.martijndevisser.com/blog/2006/using-http-authorization-headers-with-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martijndevisser.com/blog/2006/using-http-authorization-headers-with-flash/</link>
	<description>Martijn de Visser on User Experience, Front End technology (and whatnot).</description>
	<lastBuildDate>Tue, 16 Feb 2010 13:58:41 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bechar</title>
		<link>http://www.martijndevisser.com/blog/2006/using-http-authorization-headers-with-flash/comment-page-1/#comment-3897</link>
		<dc:creator>bechar</dc:creator>
		<pubDate>Wed, 20 Jan 2010 07:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.martijndevisser.com/blog/2006/using-http-authorization-headers-with-flash/#comment-3897</guid>
		<description>Hi Dear Friend, your artical is really helpfull, thanks a million...</description>
		<content:encoded><![CDATA[<p>Hi Dear Friend, your artical is really helpfull, thanks a million&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Nicholls</title>
		<link>http://www.martijndevisser.com/blog/2006/using-http-authorization-headers-with-flash/comment-page-1/#comment-3005</link>
		<dc:creator>Philip Nicholls</dc:creator>
		<pubDate>Tue, 20 Jan 2009 23:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.martijndevisser.com/blog/2006/using-http-authorization-headers-with-flash/#comment-3005</guid>
		<description>Yes, you do need a space after the word basic (before the encoded string).  I&#039;m not sure what Sidney and Martijn mean.  So it should actually be 

&quot;BASIC &quot; + pass

I know for a fact that &quot;basic&quot; without a space between the password isnt accepted by apache and probably goes against the http protocol.

Thanks

Phil</description>
		<content:encoded><![CDATA[<p>Yes, you do need a space after the word basic (before the encoded string).  I&#8217;m not sure what Sidney and Martijn mean.  So it should actually be </p>
<p>&#8220;BASIC &#8221; + pass</p>
<p>I know for a fact that &#8220;basic&#8221; without a space between the password isnt accepted by apache and probably goes against the http protocol.</p>
<p>Thanks</p>
<p>Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.martijndevisser.com/blog/2006/using-http-authorization-headers-with-flash/comment-page-1/#comment-36</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Mon, 28 Apr 2008 14:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.martijndevisser.com/blog/2006/using-http-authorization-headers-with-flash/#comment-36</guid>
		<description>Well, I&#039;ve kind of figured it out, at least using Flash player. One thing that was wrong was I was missing the space between &quot;Basic&quot; and &quot;pass&quot;. This goes directly against what is mentioned in earlier comments. Oh well, it works for me. Also, I was missing the Base64 class. I know next to nothing about Flash (I&#039;m a Java geek) and thought Base64 was an included library.

So now it works in Flash Player ... which is absolutely useless to me unless it will work in a browser. Does your comment still stand, &#039;This solution does not work from a browser environment.&#039;? I am hoping that since that was 2 years ago it would no longer be the case. But when I run this movie in FF2 or IE7 it does nothing.

Fantastic. The good folks at Acegi / Spring made a fantastic application that transparently secures your application, and because of this bug I have to trash it all and roll my own ... again.

Or perhaps not?

Bob</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;ve kind of figured it out, at least using Flash player. One thing that was wrong was I was missing the space between &#8220;Basic&#8221; and &#8220;pass&#8221;. This goes directly against what is mentioned in earlier comments. Oh well, it works for me. Also, I was missing the Base64 class. I know next to nothing about Flash (I&#8217;m a Java geek) and thought Base64 was an included library.</p>
<p>So now it works in Flash Player &#8230; which is absolutely useless to me unless it will work in a browser. Does your comment still stand, &#8216;This solution does not work from a browser environment.&#8217;? I am hoping that since that was 2 years ago it would no longer be the case. But when I run this movie in <span class="caps">FF2 </span>or <span class="caps">IE7 </span>it does nothing.</p>
<p>Fantastic. The good folks at Acegi / Spring made a fantastic application that transparently secures your application, and because of this bug I have to trash it all and roll my own &#8230; again.</p>
<p>Or perhaps not?</p>
<p>Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.martijndevisser.com/blog/2006/using-http-authorization-headers-with-flash/comment-page-1/#comment-37</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Mon, 28 Apr 2008 09:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.martijndevisser.com/blog/2006/using-http-authorization-headers-with-flash/#comment-37</guid>
		<description>I can&#039;t seem to get this working with Flash CS3. I have BASIC Authentication up and running and have used Curl to confirm it works but every time I send a request from my Flash movie it returns the HTML of the Login page instead of the XML it should return.

I realize this post is old but one of the comments is from only a couple months ago.

Do you have any idea what I might be doing wrong?

Thanks,
BOb</description>
		<content:encoded><![CDATA[<p>I can&#8217;t seem to get this working with Flash <span class="caps">CS3.</span> I have <span class="caps">BASIC</span> Authentication up and running and have used Curl to confirm it works but every time I send a request from my Flash movie it returns the <span class="caps">HTML </span>of the Login page instead of the <span class="caps">XML </span>it should return.</p>
<p>I realize this post is old but one of the comments is from only a couple months ago.</p>
<p>Do you have any idea what I might be doing wrong?</p>
<p>Thanks,<br />
BOb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn de Visser</title>
		<link>http://www.martijndevisser.com/blog/2006/using-http-authorization-headers-with-flash/comment-page-1/#comment-34</link>
		<dc:creator>Martijn de Visser</dc:creator>
		<pubDate>Tue, 19 Feb 2008 15:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.martijndevisser.com/blog/2006/using-http-authorization-headers-with-flash/#comment-34</guid>
		<description>Hi Sydney - yes, it should be &quot;BASIC&quot;, without the space after basic. I have corrected the sample, thanks for letting me know.

Regarding authenticating with AIR: can&#039;t help you with that one, try posting on the Adobe forums in the AIR labs section, perhaps someone else stumbled upon the same issue and found a solution.</description>
		<content:encoded><![CDATA[<p>Hi Sydney &#8211; yes, it should be &#8220;BASIC&#8221;, without the space after basic. I have corrected the sample, thanks for letting me know.</p>
<p>Regarding authenticating with <span class="caps">AIR</span>: can&#8217;t help you with that one, try posting on the Adobe forums in the <span class="caps">AIR </span>labs section, perhaps someone else stumbled upon the same issue and found a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sidney de Koning</title>
		<link>http://www.martijndevisser.com/blog/2006/using-http-authorization-headers-with-flash/comment-page-1/#comment-35</link>
		<dc:creator>Sidney de Koning</dc:creator>
		<pubDate>Tue, 19 Feb 2008 15:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.martijndevisser.com/blog/2006/using-http-authorization-headers-with-flash/#comment-35</guid>
		<description>Hi Martijn,

In your code example you say &quot;BASIC&quot; is that correct or should it be just &quot;BASIC&quot;?

I&#039;m running into the same problem with an AIR application and i need to authenticate xml from HTTPS. I have found no way around this. Any thoughts on this?

Thanks,

Sidney</description>
		<content:encoded><![CDATA[<p>Hi Martijn,</p>
<p>In your code example you say &#8220;BASIC&#8221; is that correct or should it be just &#8220;BASIC&#8221;?</p>
<p>I&#8217;m running into the same problem with an <span class="caps">AIR </span>application and i need to authenticate xml from <span class="caps">HTTPS.</span> I have found no way around this. Any thoughts on this?</p>
<p>Thanks,</p>
<p>Sidney</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.413 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-15 02:44:16 -->
