我面临一个奇怪的问题。我想在phonegap应用程序中集成REST api。
当我通过浏览器中的其他客户端请求网址 http://myserver/index.php?m=login
时,它可以正常工作。
但是当我通过jQuery ajax调用它时,它会返回以下错误:
警告: 包括(C:/Domains/my-portal.org/httpdocs/mmode/template/mobile/index.php) [function.include]:无法打开流:没有这样的文件或目录 在第13行的C:\ Domains \ my-portal.org \ httpdocs \ mmode \ index.php中
警告:include(C:/Domains/my-portal.org/httpdocs/mmode/template/mobile/index.php) [function.include]:无法打开流:没有这样的文件或目录 在第13行的C:\ Domains \ my-portal.org \ httpdocs \ mmode \ index.php中
警告:include()[function.include]:打开失败' C:/Domains/myportal.org/httpdocs/mmode/template/mobile/index.php'在C:\ Domains \ my-portal.org \ httpdocs \ mmode \ index.php中包含(include_path ='。; ./ includes; ./ pear; C:\ PHP \ includes') 13
现在问题不是跨域脚本,因为响应头返回" Access-Control-Allow-Origin: *
"。我还在cordova设置中白名单域名。
有人可以指导我这里可能出现的问题吗?