gpt4 book ai didi

android - Visual Studio 2015 连接错误中带有 Cordova 的 Ripple 模拟器

转载 作者:太空狗 更新时间:2023-10-29 14:51:11 26 4
gpt4 key购买 nike

我正在 Visual Studio 2015 中开发一些 Apache Cordova 应用程序并使用 Ripple 模拟器对其进行测试。

几天后,我与服务器的连接不再有效。

我收到以下错误。

XMLHttpRequest cannot load http://xxxxx. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:4400' is therefore not allowed access. The response had HTTP status code 401.

根据stackoverflow中的其他问题,尝试将Cross Domain Proxy改为Remote或Local,均未成功。

我还添加了 <access origin="*" />到我的 config.xml

<?xml version="1.0" encoding="utf-8"?>
<widget xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:vs="http://schemas.microsoft.com/appx/2014/htmlapps" id="io.cordova.app" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" defaultlocale="de-AT">
<content src="index.html" />
<access origin="*" />
....

如果我使用参数 --disable-web-security 启动一个新的 chrome-window,它就可以工作。 (但在新的 chrome-window 中,我无法使用 visual studio 进行调试。)

最佳答案

有一个 Chrome 扩展可以解决这个问题。请试一试,如果有帮助请告诉我:

https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi

我们将看看是否可以将某些东西添加到我们的工具中,以便在将来简化此操作。

(披露:我在 Visual Studio 中为 Apache Cordova 开发工具)。

关于android - Visual Studio 2015 连接错误中带有 Cordova 的 Ripple 模拟器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35195402/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com