-
Notifications
You must be signed in to change notification settings - Fork 20
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
support CORS #13
Labels
simple feature request
We expect this will be easy to do (newcomer friendly)
Comments
joncison
added
enhancement
simple feature request
We expect this will be easy to do (newcomer friendly)
and removed
enhancement
labels
Feb 17, 2016
this done a while ago |
Is CORS still supported? I'm having trouble making browser requests from TeSS:
|
@fbacall I think it still is. Do you still have that issue? |
Needs to be looked into. |
@fbacall It should be fixed now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
registry does not support CORS (cross origin requests) preventing querying the registry directly from a browser with Javascript. This complexifies the integration with other tools.
Would be nice to get CORS access, at least for GET requests
The text was updated successfully, but these errors were encountered: