如何使用本地 WS 测试 Vkontakte 应用程序?
我使用 Adobe Flex 技术并以 WCF 作为服务器端,开发了一个 Vkontakte 应用程序。整个事情在 localhost 上完美运行,但将其上传到 Vkontakte 后 - WS 似乎不起作用,我收到此错误:
faultCode:Channel.Security.Error failureString:'Security访问 url 时出错'faultDetail:'Destination: DefaultHTTP'
如何解决此问题?当 WS 仍然引用 localhost 时,如何在 Vkontakte 上测试我的应用程序?
I've developed a Vkontakte application by using Adobe Flex technology with WCF as my server side. The whole thing works perfectly on localhost
, but after uploading it to Vkontakte - the WS doesn't seem to work and I get this error:
faultCode:Channel.Security.Error faultString:'Security error accessing url' faultDetail:'Destination: DefaultHTTP'
How can I solve this problem? How can I test my application on Vkontakte while the WS are still referring to localhost?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来我应该使用 crossdomain.xml 文件来启用 Flash文件与外部域交互。
It appears that I should have used the crossdomain.xml file to enable the flash file to interact with outside domains.