api请求允许跨域的问题

让api请求允许跨域

header("Access-Control-Allow-Origin:*");
header('Access-Control-Allow-Credentials:true');
header('Access-Control-Allow-Methods:GET, POST, OPTIONS');

posted @ 2020-06-13 10:08  宋先生日记  阅读(1033)  评论(0编辑  收藏  举报