使用hertz 进行302重定向
Zhan-boyi opened this issue · 9 comments
Zhan-boyi commented
nauthorized: func(ctx context.Context, c *app.RequestContext, code int, message string) {
hlog.CtxErrorf(ctx, "Unauthorized = %+v", code)
c.Redirect(http.StatusFound, []byte("/login"))
c.SetContentType("text/html; charset=utf-8")
//c.Header("Refresh", "0;url=https://www.xpybz.top/login")
//c.String(http.StatusTemporaryRedirect, "message:%+v", message)
},
登录失败返回302给浏览器,浏览器收到请求后地址栏没有变,页面也没有跳到登录页面
是我的设置有问题吗
li-jin-gou commented
抓包看下
Zhan-boyi commented
Zhan-boyi commented
li-jin-gou commented
Zhan-boyi commented
这个不是和浏览器直接交互的吗,为啥涉及客户端
StellarisW commented
这个不是和浏览器直接交互的吗,为啥涉及客户端
这里的客户端就是指浏览器
Zhan-boyi commented
用了三台电脑试了都不行
StellarisW commented
用了三台电脑试了都不行
方便提供下地址给我吗,发我邮箱 stellarisw@stellaris.wang
li-jin-gou commented
用了三台电脑试了都不行
提供一下可以复现的基本代码,我们看下吧,光说现象看不出来问题,浏览器抓包显示的也是正常的