正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -19,7 +19,8 @@ func AllowCors() func(ctx *context.Context) { | @@ -19,7 +19,8 @@ func AllowCors() func(ctx *context.Context) { | ||
19 | //其中Options跨域复杂请求预检 | 19 | //其中Options跨域复杂请求预检 |
20 | AllowMethods: []string{"*"}, | 20 | AllowMethods: []string{"*"}, |
21 | //指的是允许的Header的种类 | 21 | //指的是允许的Header的种类 |
22 | - AllowHeaders: []string{"Origin", "Authorization", "Access-Control-Allow-Origin", "Content-Type", "x-requested-with", "x-tl-sign"}, | 22 | + //AllowHeaders: []string{"Origin", "Authorization", "Access-Control-Allow-Origin", "Content-Type", "x-requested-with"}, |
23 | + AllowHeaders: []string{"*"}, | ||
23 | //公开的HTTP标头列表 | 24 | //公开的HTTP标头列表 |
24 | ExposeHeaders: []string{"Content-Length"}, | 25 | ExposeHeaders: []string{"Content-Length"}, |
25 | //如果设置,则允许共享身份验证凭据,例如cookie | 26 | //如果设置,则允许共享身份验证凭据,例如cookie |
-
请 注册 或 登录 后发表评论