I'm developing an ecommerce flash client that handles sensitive data that needs
to be secure. I'm not too experienced with flash remoting and I'm wondering
what needs to be done for security.
I know communication between flash clients and application server is not
encrypted and I think flash clients use http to transmit data to the server.
I'm guessing all I need to do is embed the flash client on a page using ssl
(https) and all flash data will be encrypted when sent to the server. Or am i
missing something?
Thanks for any input.