Here's an extract <method-access-level>remote</method-access-level>
Given the fact that I can hit a CFC marked as public from a remote location, what does that tell me? Have I overlooked something? Does the crossdomain.xml play a role? Here is mine: <?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd "> <cross-domain-policy> <allow-access-from domain="*" secure="false"/> </cross-domain-policy> Regards, Stefan On 14 Feb 2008, at 17:09, João_Fernandes wrote: > check on the server the 'method-access-level' in the ColdFusion > destination. It should be only 'remote' and not 'public and remote'. > -- > > João Fernandes > > http://www.onflexwithcf.org > http://www.riapt.org ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4933 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
