CyanProbe
Results
5
comments of
CyanProbe
CORS need set origin header. Having origin is a precondition of rs/cors. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin ``` gin.Use(func(ctx *gin.Context) {ctx.Request.Header.Set("Origin", "*") }, cors.New(cors.Default()) ```
不让你看的自然别看
It's the same problem that keeps happening.
修复一下吧,没有一个能用的docker @Kedreamix