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
The aiida-core rest api has extremely liberal cross-origin resource sharing policies (just allowing any origin), see https://github.com/aiidateam/aiida-core/blob/38080c44272a8a5ae24beee7109df9964450a464/aiida/restapi/run_api.py#L91-L93
We can mirror that https://fastapi.tiangolo.com/tutorial/cors/?h=%20cors#use-corsmiddleware
The text was updated successfully, but these errors were encountered:
As discussed with @NinadBhat and @chrisjsewell , we will mirror the liberal policy in the default configuration of aiida-restapi
Sorry, something went wrong.
No branches or pull requests
The aiida-core rest api has extremely liberal cross-origin resource sharing policies (just allowing any origin), see
https://github.com/aiidateam/aiida-core/blob/38080c44272a8a5ae24beee7109df9964450a464/aiida/restapi/run_api.py#L91-L93
We can mirror that
https://fastapi.tiangolo.com/tutorial/cors/?h=%20cors#use-corsmiddleware
The text was updated successfully, but these errors were encountered: