php包含来自其他端口上的localhost



我正在为WIndows构建一个php桌面管理网站,因为我经常在户外活动,但我无法成功地包含传输qt网络接口。我尝试更改.htaccess $.ajax GET$.ajax PUT,但仍然出现以下错误:

XMLHttpRequest cannot load http:// localhost:8123/. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http:// localhost:8010' is therefore not allowed access.

如何在不使用iframe的情况下包含它?

传输端口为8123,Web服务器端口为8010

我认为localhost:port中的服务器必须发送一个允许跨域的响应标头。

访问控制允许来源:*

https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS

相关内容

  • 没有找到相关文章

最新更新