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

CORS config changed to json #175

Open
attajunyah opened this issue Mar 9, 2022 · 0 comments
Open

CORS config changed to json #175

attajunyah opened this issue Mar 9, 2022 · 0 comments

Comments

@attajunyah
Copy link

So I tried to upload what you had in the repo and realized it has been changed by heroku/AWS to a json format. Below is the code, got that from the heroku documentation.
[ { "AllowedHeaders": [ "*" ], "AllowedMethods": [ "GET", "HEAD", "POST", "PUT" ], "AllowedOrigins": [ "*" ], "ExposeHeaders": [] } ]

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

No branches or pull requests

1 participant