【问题标题】:How to make crossdomain calls in Android or phonegap如何在 Android 或 phonegap 中进行跨域呼叫
【发布时间】:2013-08-16 19:23:34
【问题描述】:

我想为 Android 应用进行跨域调用。我曾尝试在本机和 phonegap 中使用它,但无法做到。

有什么办法吗?

【问题讨论】:

    标签: android cordova cross-domain


    【解决方案1】:

    关于你的项目-> res -> xml ->config.xml

    替换< access origin="http://127.0.0.1*"/>

    < access origin="*"/>

    【讨论】:

      【解决方案2】:

      只需对@Amit Prajapati 的评论进行一些更改,如下所示:

      替换这个

      < access origin="*"/> 
      

      < access origin=".*"/>
      

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2012-12-04
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2016-08-21
        • 1970-01-01
        相关资源
        最近更新 更多