I have a storage emulator on my local machine - 127.0.0.1:10000. I have a site running on localhost. However, when I try to execute XMLHttpRequest from the site to the emulator, I get the following error:
Origin http://localhost is not allowed by Access-Control-Allow-Origin.
It works fine if I run Chrome with the --disable-web-security option.
Now I read that Azure supports CORS and there is an option to enable this. However, I canβt understand for life where the option is in the storage emulator.
Any help would be appreciated!
source share