I want to use the Azure Service Bus REST API in JavaScript. Unfortunately I'm running into cross origin problems, as my Service Bus namespace is not in the same domain as my site.
I know that you can enable CORS with many Azure services, but I can't find any resource in the Azure documentation or elsewhere telling me how to do this for the Service Bus.
Does anybody know if, and how, this can be done?