-
Notifications
You must be signed in to change notification settings - Fork 222
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
GoBuffalo support #46
Comments
Try setting |
Doing that, getting 405 Method Not Allowed on OPTIONS call. |
I just added a minimal example with Buffalo: 1c02c2b I can't reproduce the issue. Please, augment my example with the necessary code that triggers the issue. |
Hi! Issue was on Buffalo package and it occurs on non GET methods like POST, PUT. etc. Closing issue. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I'm trying to use CORS middleware with Buffalo.
I saw code snippet in the issue #609.
It works, but after OPTIONS call log prints warning "multiple response.WriteHeader calls":
Could you suggest me, how to fix this warning?
My code:
The text was updated successfully, but these errors were encountered: