-
Notifications
You must be signed in to change notification settings - Fork 0
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
Read mode only #11
Comments
I like the idea, but this is tricky because of CORS. If you grab a score from the internet, it mostly like won't work because of the |
How about parse and read the URL and get the host(domain) and pass it to the header to allow CORS? ...or if it still tricky. How about add "switch" for read mode only? (ex. https://gallegretti.github.io/escala/?mode=read) I guess, I'll have to send it manually the file to upload. |
Unfortunately, the header But if I try to do the same fetch request on another domain (gallegretti.github.io), it won't work: The request could only work if the server was allowing cross-origin requests with the |
Is it okay to have a read mode only? This read mode can only see related to player only. The use case is, say I want to forward the link (ex. https://gallegretti.github.io/escala/?piece=online-link-to-guitar-pro-or-xml.gp4) to the band.
Thank you in advance
The text was updated successfully, but these errors were encountered: