jpillora / xdomain

A pure JavaScript CORS alternative
https://jpillora.com/xdomain/
3.13k stars 270 forks source link

azure blob SAS URL problem #183

Open flieks opened 8 years ago

flieks commented 8 years ago

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