For Flex 3 you might be looking at the AIR properties on URLRequest.
It's going to be your server that can prevent a request for
authentication, not your client.  You'll need to have your server say
that the url you're trying to reach doesn't require authentication,
otherwise it will send back a 401 to the browser which will in turn pop
a dialog (or if in AIR  you'll need to handle).

 

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Matt
Sent: Wednesday, December 26, 2007 7:09 AM
To: [email protected]
Subject: [flexcoders] Re: URLRequest passing Authorization

 

I'm certain others have had to deal with this...is there no way to
tell the URLRequest to ignore authentication?

 

Reply via email to