fastadmin -- 跨域问题

原文见: https://forum.fastadmin.net/thread/7485

在入口文件 index.php 中添加如下代码

header("Access-Control-Allow-Origin: *");
header("Access-Control-Allow-Methods: GET, POST");
header("Access-Control-Allow-Headers: Origin, No-Cache, X-Requested-With, If-Modified-Since, Pragma, Last-Modified, Cache-Control, Expires, Content-Type, X-E4M-With");
图片.png

你可能感兴趣的:(fastadmin -- 跨域问题)