takahirox / THREE.ZipLoader

Zip archived model file Loading helper for Three.js
MIT License
14 stars 7 forks source link

Access to XMLHttpRequest at 'blob: ....' blocked by CORS #1

Open JingkangZhang opened 5 years ago

JingkangZhang commented 5 years ago

Hi! I'm pretty new to writing issues so forgive me if the format is bad!

I'm trying to use your module in my project, however, when I try to use the zip loader on website hosted on my computer, it says:

Access to XMLHttpRequest at 'blob:./models/__MACOSX/._headp_no_normal.ply' from origin 'http://0.0.0.0:8000' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.

Would you give me some hints on how to solve it? Thanks