tp5.1 与vue ajax请求跨域的问题
2021-02-02 08:14
标签:XML tp5 eth http main you ted col span 在router/router.php头上写上上面的header头就可以正常调用了。 解决办法: 给请求头添加 X-Requested-With 这个参数,参数值为 XMLHttpRequest tp5.1 与vue ajax请求跨域的问题 标签:XML tp5 eth http main you ted col span 原文地址:https://www.cnblogs.com/dayin1/p/13172545.htmlheader(‘Access-Control-Allow-Origin: *‘);
header("Access-Control-Allow-Headers:Origin, X-Requested-With, Content-Type, Accept");
header(‘Access-Control-Allow-Methods: POST,GET‘);
使用 axios 后导致 thinkphp 的 isAjax 一直为false;
// 以 axios 为例
this.$axios.get(‘http://yourdomain.com/api/getMenus‘,
{
headers: {‘X-Requested-With‘: ‘XMLHttpRequest‘}
}).then((res)=>{
// console.log(res.data);
})
上一篇:122.CSS书写顺序及其好处
下一篇:关于SCSS出错的日常
文章标题:tp5.1 与vue ajax请求跨域的问题
文章链接:http://soscw.com/index.php/essay/49877.html