goframe 框架跨域 设置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了goframe 框架跨域 设置相关的知识,希望对你有一定的参考价值。

s := g.Server() s.BindHookHandlerByMap("/*any", map[string]ghttp.HandlerFunc{ "BeforeServe": func(r *ghttp.Request) { r.Response.CORS(ghttp.CORSOptions{ AllowOrigin: "*", AllowMethods: "POST, GET, OPTIONS, PUT, DELETE,UPDATE,", AllowCredentials: "false", MaxAge: 1728000, AllowHeaders: "Authorization, Content-Length, X-CSRF-Token, Token,session,X_Requested_With,Accept, Origin, Host, Connection, Accept-Encoding, Accept-Language,DNT, X-CustomHeader, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Pragma", ExposeHeaders: "Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers,Cache-Control,Content-Language,Content-Type,Expires,Last-Modified,Pragma,FooBar", }) if r.Request.Method == "OPTIONS" { _ = r.Response.WriteJson(g.Map{ "code": http.StatusOK, "msg": "", "data": nil, }) r.ExitAll() } }})

以上是关于goframe 框架跨域 设置的主要内容,如果未能解决你的问题,请参考以下文章

layui框架跨域请求携带Cookie

abp vnext 开发快速入门 4 跨域设置

框架元素-跨域访问-window.name

在vue项目中若依框架设置多个proxy跨域代理

Django框架基础之跨域

X-Frame-Options 拒绝加载:不允许跨域框架