<?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: HTTP Authentication for HTTP/GET requests using ActionScript 3</title>
	<atom:link href="http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/</link>
	<description>a developer and entrepreneur on web technologies, adobe flash platform (flex, flash, air), web, opensource, linux, free software, usability, startups, India...</description>
	<lastBuildDate>Mon, 08 Mar 2010 13:56:06 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: suprasannachoudhury</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/comment-page-2/#comment-6834</link>
		<dc:creator>suprasannachoudhury</dc:creator>
		<pubDate>Fri, 04 Dec 2009 04:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=169#comment-6834</guid>
		<description>I have always used &#039;xmlns:mx=&quot;http://www.adobe.com/2006/mxml&quot; &#039; instead of &lt;br&gt;&lt;br&gt;&#039;xmlns:mx=&quot;http://www.macromedia.com/2005/mxml&quot;&#039; .And the later one doesnt produce a result also.. can you suggest .. &lt;br&gt;And one more thing is , i &#039;m not able to ship a weather webservice out side flex builder .Its giving &#039;security error accessing url&#039; . Even i ahve added crossdomain policy file also</description>
		<content:encoded><![CDATA[<p>I have always used &#39;xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; &#39; instead of </p>
<p>&#39;xmlns:mx=&#8221;http://www.macromedia.com/2005/mxml&#8221;&#39; .And the later one doesnt produce a result also.. can you suggest .. <br />And one more thing is , i &#39;m not able to ship a weather webservice out side flex builder .Its giving &#39;security error accessing url&#39; . Even i ahve added crossdomain policy file also</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Qabiz</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/comment-page-2/#comment-6830</link>
		<dc:creator>Abdul Qabiz</dc:creator>
		<pubDate>Wed, 02 Dec 2009 14:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=169#comment-6830</guid>
		<description>Hi Ravi&lt;br&gt;&lt;br&gt;As far as I know, Flash Player 10 allows local file access (read-only). You can prompt user to browse a file and content of that can be read in actionscript. I don&#039;t think, you can write to client machine without using any signed-code (applet, activex, javascript, etc).</description>
		<content:encoded><![CDATA[<p>Hi Ravi</p>
<p>As far as I know, Flash Player 10 allows local file access (read-only). You can prompt user to browse a file and content of that can be read in actionscript. I don&#39;t think, you can write to client machine without using any signed-code (applet, activex, javascript, etc).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Qabiz</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/comment-page-2/#comment-6831</link>
		<dc:creator>Abdul Qabiz</dc:creator>
		<pubDate>Wed, 02 Dec 2009 14:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=169#comment-6831</guid>
		<description>Hi Ravi&lt;br&gt;&lt;br&gt;As far as I know, Flash Player 10 allows local file access (read-only). You can prompt user to browse a file and content of that can be read in actionscript. I don&#039;t think, you can write to client machine without using any signed-code (applet, activex, javascript, etc).</description>
		<content:encoded><![CDATA[<p>Hi Ravi</p>
<p>As far as I know, Flash Player 10 allows local file access (read-only). You can prompt user to browse a file and content of that can be read in actionscript. I don&#39;t think, you can write to client machine without using any signed-code (applet, activex, javascript, etc).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi Shankar</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/comment-page-2/#comment-6829</link>
		<dc:creator>Ravi Shankar</dc:creator>
		<pubDate>Wed, 02 Dec 2009 13:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=169#comment-6829</guid>
		<description>Hi,&lt;br&gt;&lt;br&gt;Excellent, I am new to FLEX n I am doing a project while learning. This example was really helped me as my situation required this solution.&lt;br&gt;&lt;br&gt;I need to access local filesystem using FLEX web application, could you help me out to solve this problem or any alternative solution will be appreciated. As I know FLEX (WEB) should not support filesystem access.&lt;br&gt;&lt;br&gt;Thanks a lot,&lt;br&gt;Ravi Shankar</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Excellent, I am new to FLEX n I am doing a project while learning. This example was really helped me as my situation required this solution.</p>
<p>I need to access local filesystem using FLEX web application, could you help me out to solve this problem or any alternative solution will be appreciated. As I know FLEX (WEB) should not support filesystem access.</p>
<p>Thanks a lot,<br />Ravi Shankar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venkatn</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/comment-page-2/#comment-6793</link>
		<dc:creator>venkatn</dc:creator>
		<pubDate>Sat, 07 Nov 2009 17:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=169#comment-6793</guid>
		<description>i am trying to upload files using fielreference.upload(). how do i use basic authentication using as3 script i dont find Base64 in as3 api.&lt;br&gt;&lt;br&gt;i have gone through the livedocs help . its mentioned that with filereference , urlrequestheader does not work . is that true. &lt;br&gt;&lt;br&gt;i cant use u r example because i dont find api classes. &lt;br&gt;&lt;br&gt;abdul please help me</description>
		<content:encoded><![CDATA[<p>i am trying to upload files using fielreference.upload(). how do i use basic authentication using as3 script i dont find Base64 in as3 api.</p>
<p>i have gone through the livedocs help . its mentioned that with filereference , urlrequestheader does not work . is that true. </p>
<p>i cant use u r example because i dont find api classes. </p>
<p>abdul please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/comment-page-2/#comment-6783</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Tue, 20 Oct 2009 03:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=169#comment-6783</guid>
		<description>nice work....  very useful....</description>
		<content:encoded><![CDATA[<p>nice work&#8230;.  very useful&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ab</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/comment-page-1/#comment-6388</link>
		<dc:creator>ab</dc:creator>
		<pubDate>Thu, 20 Aug 2009 06:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=169#comment-6388</guid>
		<description>I need the code for HTTP POST and GET. i basically what to send a url to server and check the status,display the response by server…..and calculate the time taken to get the response.
I am using cs4/actionscript 2.0

can you help me……</description>
		<content:encoded><![CDATA[<p>I need the code for HTTP POST and GET. i basically what to send a url to server and check the status,display the response by server…..and calculate the time taken to get the response.<br />
I am using cs4/actionscript 2.0</p>
<p>can you help me……</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Qabiz</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/comment-page-1/#comment-2781</link>
		<dc:creator>Abdul Qabiz</dc:creator>
		<pubDate>Tue, 09 Jun 2009 10:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=169#comment-2781</guid>
		<description>@zeeshan: Did you try adding it to headers object? What error you get? I know, Flash Player doesn&#039;t let you add/override many http-headers. As far as I know, none of headers (user_agent, user_agent_id) is standard http header, hence it should work.

Please note, user-agent is a standard http header, if you are using user-agent, you might not be able to do that. Kindly check the list of http headers Flash Player doesn&#039;t let developers override.

-abdul</description>
		<content:encoded><![CDATA[<p>@zeeshan: Did you try adding it to headers object? What error you get? I know, Flash Player doesn&#8217;t let you add/override many http-headers. As far as I know, none of headers (user_agent, user_agent_id) is standard http header, hence it should work.</p>
<p>Please note, user-agent is a standard http header, if you are using user-agent, you might not be able to do that. Kindly check the list of http headers Flash Player doesn&#8217;t let developers override.</p>
<p>-abdul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeeshan</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/comment-page-1/#comment-2754</link>
		<dc:creator>zeeshan</dc:creator>
		<pubDate>Mon, 08 Jun 2009 18:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=169#comment-2754</guid>
		<description>Hi Abdul,

is it possible to add a custom header user_agent in httpservice?
i had API.as class which requires a post method with custom header user_agent and user_agetn_id. i can add user_agent_id but i got ArgumentError on user_agent.
can u please advise any solution?</description>
		<content:encoded><![CDATA[<p>Hi Abdul,</p>
<p>is it possible to add a custom header user_agent in httpservice?<br />
i had API.as class which requires a post method with custom header user_agent and user_agetn_id. i can add user_agent_id but i got ArgumentError on user_agent.<br />
can u please advise any solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Qabiz</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/comment-page-1/#comment-542</link>
		<dc:creator>Abdul Qabiz</dc:creator>
		<pubDate>Wed, 01 Apr 2009 13:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=169#comment-542</guid>
		<description>@David
I guess, it&#039;s part of as3corelib (http://code.google.com/p/as3corelib/)
Thanks
-abdul
</description>
		<content:encoded><![CDATA[<p>@David<br />
I guess, it&#8217;s part of as3corelib (<a href="http://code.google.com/p/as3corelib/" rel="nofollow">http://code.google.com/p/as3corelib/</a>)<br />
Thanks<br />
-abdul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David W</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/comment-page-1/#comment-541</link>
		<dc:creator>David W</dc:creator>
		<pubDate>Tue, 31 Mar 2009 22:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=169#comment-541</guid>
		<description>Abdul:
The as3httpclientlib requires com.adobe.net.URI, but, this is not documented as to where to obtain this library.  It&#039;s not in Flex, it&#039;s not AIR only?
Seems this would be noted somewhere on the examples/docs, as the package seems unusable without this code.
Thanks.
</description>
		<content:encoded><![CDATA[<p>Abdul:<br />
The as3httpclientlib requires com.adobe.net.URI, but, this is not documented as to where to obtain this library.  It&#8217;s not in Flex, it&#8217;s not AIR only?<br />
Seems this would be noted somewhere on the examples/docs, as the package seems unusable without this code.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Qabiz</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/comment-page-1/#comment-540</link>
		<dc:creator>Abdul Qabiz</dc:creator>
		<pubDate>Fri, 06 Mar 2009 20:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=169#comment-540</guid>
		<description>Hi Guys
This code was written long time back, things have changed a lot in Flash Player after that. Some of the headers were not allowed in some intermediate player releases, it seems Flash Player 10 has got those fixes.
However, I am not still not sure one can do HTTP Auth over HTTP/GET in Flash Player 10.
There is better library available now at http://code.google.com/p/as3httpclientlib, you might want to use it instead.
I have stopped updating this code, after I noticed as3httpclientlib is good stuff.
Sorry for delays in my reply, been stuck and shame on me, couldn&#039;t be of any help when you needed.
Thanks
-abdul
</description>
		<content:encoded><![CDATA[<p>Hi Guys<br />
This code was written long time back, things have changed a lot in Flash Player after that. Some of the headers were not allowed in some intermediate player releases, it seems Flash Player 10 has got those fixes.<br />
However, I am not still not sure one can do HTTP Auth over HTTP/GET in Flash Player 10.<br />
There is better library available now at <a href="http://code.google.com/p/as3httpclientlib" rel="nofollow">http://code.google.com/p/as3httpclientlib</a>, you might want to use it instead.<br />
I have stopped updating this code, after I noticed as3httpclientlib is good stuff.<br />
Sorry for delays in my reply, been stuck and shame on me, couldn&#8217;t be of any help when you needed.<br />
Thanks<br />
-abdul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Haugh</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/comment-page-1/#comment-539</link>
		<dc:creator>Andy Haugh</dc:creator>
		<pubDate>Thu, 12 Feb 2009 19:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=169#comment-539</guid>
		<description>Thank you for writing this very useful code, Abdul!
</description>
		<content:encoded><![CDATA[<p>Thank you for writing this very useful code, Abdul!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SiggeLund, Sweden</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/comment-page-1/#comment-538</link>
		<dc:creator>SiggeLund, Sweden</dc:creator>
		<pubDate>Tue, 26 Aug 2008 10:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=169#comment-538</guid>
		<description>Hey,
I did a modification on your class to get Basic Authentication working.
The command request.requestHeaders.push(authHeader) causes an Error since it is not allowed to set the keyword Authorization any more.
The solution I used was to let the constructor recieve a URLRequest object the same way as before, but the load method now recieves an Array of Strings instead. Each string in the format HeaderName:HeaderValue.
I then adjusted your sendHeaders method to fetch the headers from the array instead. Worked fine, even with Authorize.
If you wanna talk about it, drop me an email.
</description>
		<content:encoded><![CDATA[<p>Hey,<br />
I did a modification on your class to get Basic Authentication working.<br />
The command request.requestHeaders.push(authHeader) causes an Error since it is not allowed to set the keyword Authorization any more.<br />
The solution I used was to let the constructor recieve a URLRequest object the same way as before, but the load method now recieves an Array of Strings instead. Each string in the format HeaderName:HeaderValue.<br />
I then adjusted your sendHeaders method to fetch the headers from the array instead. Worked fine, even with Authorize.<br />
If you wanna talk about it, drop me an email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahmoud Khaled</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/comment-page-1/#comment-537</link>
		<dc:creator>Mahmoud Khaled</dc:creator>
		<pubDate>Sun, 10 Aug 2008 12:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=169#comment-537</guid>
		<description>Hi cody,
I have tried using ordinary serv.headers[&#039;Authorization&#039;], but It didn&#039;t work with me when method is &quot;GET&quot; !!
Can you send the full httpservice code you made ?
Thanks in advance
</description>
		<content:encoded><![CDATA[<p>Hi cody,<br />
I have tried using ordinary serv.headers['Authorization'], but It didn&#8217;t work with me when method is &#8220;GET&#8221; !!<br />
Can you send the full httpservice code you made ?<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>
