Flex 3 local debugging, CF 8 with Remoting, crossdomain policy
I have CF8 with Flash Remoting on a remote Web server and a master-only meta-policy in crossdomain.xml. I want to debug Flex 3 Web apps locally that use the remote CF8 flex gateway, but I don't currently have a way to identify my local machine using the <allow-access-from domain=""...> in the crossdomain policy. I was using the allow domain="*", but prefer to switch to a secure practice.
Is there a way to format my machine's MAC address in the crossdomain.xml?
Is CF 8 checking the policy at the gateway the same way Flash player checks the policy when a swf file is requested?
How do developers get around this? Thanks.
