|
本帖最后由 xihakuangxiao 于 2018-3-17 03:03 编辑
所有外部资源都写中application/views/header.php,涉及到cross origin的外部链接也都中header.php中,其中大多的views中的php文件都包含header.php。
在主index.php中加入了header('Access-Control-Allow-Origin: *');但是浏览器前端还是出现cross origin的问题,firefox显示CORS header access-control-allow-origin is missing。。。
|
|