亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Vue.js 中 axios 跨域訪問錯誤問題及解決方法

發布時間:2020-08-21 11:47:22 來源:腳本之家 閱讀:324 作者:微先鋒 欄目:web開發

1、假如訪問的接口地址為 http://www.test.com/apis/index.php  (php api 接口)

2、而開發地址為http://127.0.0.1:8080,當axios發起請求時,出現如下錯誤:

Failed to load http://www.test.com/apis/index.php?&act=login: The value of the 'Access-Control-Allow-Origin' headerin the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'http://127.0.0.1:8080' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.

解決方法:

1、修改config/index.js, 修改 proxytable

proxyTable: {
 '/apis': {
   target: 'http://www.test.com/apis/', // 接口地址
   changeOrigin: true, 
   pathRewrite: {
     '^/apis': ''  //需要rewrite重寫的,
   }       
 }
},

2、重啟 npm run dev    (很重要,否則不生效)

3、訪問接口(訪問時通過代理轉發的,有點類似APACHE的urlrewrite,不需要完整http://www.test.com網址。)

this.$api.get('/apis/index.php?act=login', {
  "act": "login"
 }, response => {
    //success
 },error => {
    //error
 }
);

大功告成,成功解決錯誤,另外:PHP端不需要做任何的header設置,網上很多教程胡說八道,根本不能實現跨域。

總結

以上所述是小編給大家介紹的Vue.js 中 axios 跨域訪問錯誤問題及解決方法,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對億速云網站的支持!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

易门县| 延边| 山阴县| 新绛县| 汤阴县| 怀化市| 资中县| 兴安县| 明光市| 法库县| 博湖县| 沐川县| 桐城市| 普洱| 东阳市| 车致| 茂名市| 壶关县| 绥宁县| 乌拉特中旗| 秦安县| 响水县| 景泰县| 深圳市| 桑日县| 定西市| 邢台市| 义乌市| 天长市| 南汇区| 胶州市| 汤阴县| 临安市| 清苑县| 安西县| 诸城市| 塘沽区| 丰顺县| 新沂市| 合山市| 满城县|