How to Use Apache mod_proxy to Work Around crossdomain.xml Constraints
I was recently given the task to load xml from a Flex app hosted on our web site. Easy task I thought, especially with the mx.rpc.http.mxml.HTTPService flex object.
Until I ran into this error:
faultCode: Channel.Security.Error
faultString: ‘Security error accessing url’
faultDetail: ‘Destination: DefaultHTTP’
The problem was that the flex swf was to run on our web site, but the xml data was […]
12.20.07
by Steve Gudmundson