Re: [flexcoders] A security question...

2010-02-12 Thread Warren
Message - From: Laurence MacNeill To: flexcoders@yahoogroups.com Sent: Thursday, February 11, 2010 10:17 PM Subject: Re: [flexcoders] A security question... At 08:40 PM 2/11/2010, you wrote: You can and (i think) should do both. In my world of flex 3, I

Re: [flexcoders] A security question...

2010-02-11 Thread Jochem van Dieten
On 2/11/10, Booking Heaven wrote: The best thing you have to do is you should encrypt it in client side before it is passed to webservice (whatever it is, https or http) because man in middle attack can tap your creditcard information before it is passed to webservice. With the method

[flexcoders] Another security question...

2010-02-11 Thread Laurence MacNeill
With all this talk about security, I figured now was the time to get SSL running on my Windows Server 2003 computer... I'm sure that others here have dealt with this before -- so although it's not specifically a Flex topic, I'd imagine it'd be of interest to enough members that my posting this

Re: [flexcoders] A security question...

2010-02-11 Thread Warren
To: flexcoders@yahoogroups.com Sent: Wednesday, February 10, 2010 8:18 PM Subject: [flexcoders] A security question... So, let's say I have a mx:RemoteObject in my program... I want it to communicate with the server via SSL, or some other method whereby the credit-card numbers it sends

[flexcoders] A security question...

2010-02-10 Thread Laurence
So, let's say I have a mx:RemoteObject in my program... I want it to communicate with the server via SSL, or some other method whereby the credit-card numbers it sends to-and-from the server are encrypted. Here's how it's structured currently: mx:RemoteObject id=roPaymentInfo

Re: [flexcoders] A security question...

2010-02-10 Thread Booking Heaven
...@comcast.net wrote: From: Laurence lmacne...@comcast.net Subject: [flexcoders] A security question... To: flexcoders@yahoogroups.com Date: Wednesday, February 10, 2010, 6:18 PM   So, let's say I have a mx:RemoteObject in my program... I want it to communicate

Re: [flexcoders] Flex2Gateway Security Question

2007-10-26 Thread João Fernandes
by default you can only invoke remote functions, not public ones. To allow public functions to be called from a flex front-end you need to change de configuration of the ColdFusion destination. Check the remoting-config.xml if you have the method-access-level property set to remote. To allow

[flexcoders] Flex2Gateway Security Question

2007-10-26 Thread geoffreymina
OK, I have come across something that I find VERY disturbing. It appears that the Flex2Gateway can invoke any access=remote or access=public CFFunction. I have developed a very large OO application for use with a Flex front end. My gateway components are all declared with remote access

[flexcoders] Re: Security Question

2006-08-07 Thread Dave Wolf
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williams Sent: Monday, August 07, 2006 9:37 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Security Question On 8/7/06, Dimitrios Gianninas [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: My company is releasing