|
The mx:HTTPService tag is simply a way to
establish a connection with some server-based data. You can’t “store”
anything in it. You could use the middle tier to store a list of the valid
user/password combinations, then use HTTPService to send what the user enters
to the middle tier, which would then compare it to the list. The middle tier
would then return the result of that validation to Flex in the HTTPService
result. From: Do you use an http:service tag to store a password? Is this
in all of your opinions the best way to do it?
|
- [flexcoders] Would this make a program secure nostra72
- [flexcoders] Re: Would this make a program secure Dave Wolf
- RE: [flexcoders] Would this make a program secure Tracy Spratt
- Re: [flexcoders] Would this make a program secure nostra72

