请求的资源上不存在 'Access-Control-Allow-Origin' header。因此不允许来源 'http://localhost:4400' 访问
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:4400' is therefore not allowed access
XMLHttpRequest 无法加载 http://localhost:5100/MYService.asmx/Myweb-Method. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:4400' 因此不允许访问。
我在 cordova 中遇到问题 visual studio。
我该怎么办请给我一些建议
从 google chrome 下载 Allow-Control-Allow-Origin 应用程序。在安装的应用程序中启用 CORS 并执行您的代码。这将暂时允许浏览器中的 CORS。
XMLHttpRequest 无法加载 http://localhost:5100/MYService.asmx/Myweb-Method. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:4400' 因此不允许访问。
我在 cordova 中遇到问题 visual studio。
我该怎么办请给我一些建议
从 google chrome 下载 Allow-Control-Allow-Origin 应用程序。在安装的应用程序中启用 CORS 并执行您的代码。这将暂时允许浏览器中的 CORS。