Remotely Connecting To Coldfusion CFCs Through Flex
Monday, June 21st, 2010Today I was working on a Flex application which uses a lot of Remoting calls to a bunch of ColdFusion CFC methods. I wondered what the most efficient way of securing these methods would be since they are effectively wide open to the world as they all (have to) specify access=”remote”. This means that anyone [...]