Hi all,
I need a bit of help here. I am running a Flex front end with PHP back end. Is there a way to make sure only Flex has access to what PHP returns? I am returning RAW data with PHP and I process it with flex, I just don't what anyone to have access to that raw data outside of flex before I process it.
Private keys maybe?
Thanks.