-
Notifications
You must be signed in to change notification settings - Fork 4
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
Enable CORS headers for resolver #770
Comments
Couple comments on initial review:
|
|
Develop a test plan |
CORS headers in a resolver introspection (infection) response can allow browser clients to load the response in a page hosted elsewhere.
A new feature of the ARKs environment is the ability to chain inflection responses to present information about the resolution chain to web browser users.
Since EZID acts as an intermediary resolver (e.g. between arks.org and a resource provider), it is expected that the EZID service should be able to provide the expected resolver response.
CORS headers can be added using the
django-cors-headers
middleware.The configuration should be something like:
The text was updated successfully, but these errors were encountered: