beego使用CROS容許跨域請求

首先到 https://github.com/astaxie/beego/tree/master/plugins/cors 下載cros文件 而後在main中引入cors包 在程序開始插入以下代碼git beego.InsertFilter("*", beego.BeforeRouter, cors.Allow(&cors.Options{ AllowAllOrigins: true,
相關文章
相關標籤/搜索