【发布时间】:2014-05-24 01:53:55
【问题描述】:
我正在从 flex 调用 http 服务 ...
<mx:HTTPService id="personRequest" url="http://111.111.1.11/idesk/user.php/userinfo" useProxy="false" resultFormat="text" result="personJSON(event)" fault="anotherMethod(event)" method="post">
<mx:request xmlns="">
<getPerson>"true"</getPerson>
</mx:request>
</mx:HTTPService>
并出现以下错误:
Security error accessing url
我已将跨域策略文件放在 server-script 文件夹中,但它没有解决我的问题。
感谢任何帮助。提前致谢。
【问题讨论】:
标签: php apache-flex mxml