You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the shaders are not loading because of a CORS error when accessing the app via http. The requests for the shaders are done with https. It is easily circumvented by just accessing the demo site with https, but since Google links to the http site, it may be desirable to support it as well.
XMLHttpRequest cannot load https://webaudiodemos.appspot.com/input/shaders/sonogram-fragment.shader.
No 'Access-Control-Allow-Origin' header is present on the requested resource.
Origin 'http://webaudiodemos.appspot.com' is therefore not allowed access.
Cheers!
The text was updated successfully, but these errors were encountered:
Hello,
I noticed that the shaders are not loading because of a CORS error when accessing the app via
http
. The requests for the shaders are done withhttps
. It is easily circumvented by just accessing the demo site withhttps
, but since Google links to thehttp
site, it may be desirable to support it as well.Cheers!
The text was updated successfully, but these errors were encountered: