We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I set the API_ORIGIN environment variable to * to allow API access from the browser. I see the following line in the debug log:
API_ORIGIN
*
16:54:43.529 INFO commands/h: Allowing API requests from origin: * handler.go:44
but the HTTP response doesn't include the Access-Control-Allow-Origin header as expected.
Access-Control-Allow-Origin
The text was updated successfully, but these errors were encountered:
Interesting. may be worth git blame-ing the gateway files.
cc @mappum @cryptix
Sorry, something went wrong.
I'll fix this.
Successfully merging a pull request may close this issue.
I set the
API_ORIGIN
environment variable to*
to allow API access from the browser. I see the following line in the debug log:16:54:43.529 INFO commands/h: Allowing API requests from origin: * handler.go:44
but the HTTP response doesn't include the
Access-Control-Allow-Origin
header as expected.The text was updated successfully, but these errors were encountered: