I get the origin not allowed CORS problem on JSON files because my JS (aurelia) framework which handles translation puts a ? behind the file like this
translation.json?_=1455800810223
and in azure blob storage this is interpreted as a SAS url.
So xdomain should fetch the file without the query parameters and then apply them afterwards.
Can i do that somehow?
Hi,
I get the origin not allowed CORS problem on JSON files because my JS (aurelia) framework which handles translation puts a ? behind the file like this translation.json?_=1455800810223 and in azure blob storage this is interpreted as a SAS url.
So xdomain should fetch the file without the query parameters and then apply them afterwards. Can i do that somehow?
Thanks Felix