You should be aware that hard-coding the authentication parameters as you
have done in the examples makes those values visible to anyone with the
application.  Running the app is not even necessary; just examining the
file, such as with a decompiler, will make the username and password values
visible, and probably defeat the purpose of requiring authentication in the
first place.



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/HTTP-Basic-Authentication-for-URLRequest-tp9803p9945.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to