https://web.dev/samesite-cookies-explained/
https://web.dev/samesite-cookie-recipes/
https://web.dev/schemeful-samesite/
https://www.chromestatus.com/feature/5096179480133632
func main() {
s := g.Server()
s.BindHandler("/", func(r *ghttp.Request) {
r.Cookie.SetHttpCookie(&http.Cookie{
Name: "test",
Value: "1234",
Secure: true,
SameSite: http.SameSiteNoneMode,// 自定义samesite,配合secure一起使用
})
})
s.SetAddr("127.0.0.1:8080")
s.Run()
}
备案信息: 粤ICP备15087711号-2
Copyright © 2008-2024 啊嘎哇在线工具箱 All Rights.
本站所有资料来源于网络,版权归原作者所有,仅作学习交流使用,如不慎侵犯了您的权利,请联系我们。