4.9 跨域cors-博客後端Api-NodeJs+Express+Mysql實戰

跨域cors
https://github.com/expressjs/...
var config = {
    cors: { //跨域請求
        origin: ['http://localhost:5000', 'http://localhost:5001'],//也可使用"*"表明容許全部
    },
}

clipboard.png

此時我們啓動服務,在接口調用時就會有跨域白名單攔截校驗git

相關文章
相關標籤/搜索