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

Be able to enable CORS #256

Closed
LoicPoullain opened this issue Oct 23, 2018 · 1 comment
Closed

Be able to enable CORS #256

LoicPoullain opened this issue Oct 23, 2018 · 1 comment

Comments

@LoicPoullain
Copy link
Member

Is your feature request related to a problem? Please describe.

Being able to enable CORS would be useful in two situations:

  • The server serves a public API.
  • During development, the frontend can request the backend from a different source URL (this is an alternative to using a proxy).

Describe the solution you'd like

The developer should be able to enable CORS with or without options. The options should be specified with the Config class.

@LoicPoullain LoicPoullain mentioned this issue Oct 23, 2018
5 tasks
@LoicPoullain LoicPoullain added this to To Do in Issue tracking Oct 23, 2018
@LoicPoullain LoicPoullain moved this from To Do to In Progress in Issue tracking Oct 24, 2018
@LoicPoullain
Copy link
Member Author

Fixed in v0.6.0

Issue tracking automation moved this from In Progress to Done Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Issue tracking
  
Done / Closed This Release
Development

No branches or pull requests

1 participant