-
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
External URIs #34
Comments
I think this is something related to https://medium.com/@dtkatz/3-ways-to-fix-the-cors-error-and-how-access-control-allow-origin-works-d97d55946d9 |
the second solution with https://cors-anywhere.herokuapp.com/ as proxy seems to work fine, but not sure if we want to rely on this in the future |
Well maybe this is something for standalone TGView. In MathHub we already have a proxy we could (better) use (maybe extend for this). This is closer to solution 3. |
Standalone TGView is not affected because CORS only affects browser-server communication. |
Access to XMLHttpRequest at 'https://kwarc.info/teaching/IWGS/graph.json' from origin 'https://tgview3d.mathhub.info' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
cc: @tkw1536
The text was updated successfully, but these errors were encountered: