Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access-Control-Allow-Origin #686

Closed
charlesduarte019 opened this issue Jul 27, 2017 · 2 comments
Closed

Access-Control-Allow-Origin #686

charlesduarte019 opened this issue Jul 27, 2017 · 2 comments

Comments

@charlesduarte019
Copy link

How can i configure the hearders?

@hiveminded
Copy link
Contributor

func(ctx context.Context){
   /* 
   ctx.ResponseWriter() // gives you the http.ResponseWriter
   ctx.Request() // gives you the *http.Request
   to set a header you use the response writer or the ctx.Header("key", "value")
   to get a request header you use the request or the ctx.GetHeader("key")
  */
   ctx.Header("Access-Control-Allow-Origin", "*")
}

Examples could be found here.

@charlesduarte019
Copy link
Author

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants