JSONP Callback not working for Beats Music API -


i'm trying use api via jsonp - making request like:

https://partner.api.beatsmusic.com/v1/api/search/federated?callback=beatscallback&q=cats&client_id=xxxxx

but response comes pure json - not wrapped in callback. callbacks supported?

beats music supports cors allows javascript on page make requests domain, not domain originated from. thus, not need use jsonp , can access json in traditional manner.


Comments

Popular posts from this blog

c# - Sort XmlNodeList with a specific Node value -

Android Java.Lang.RuntimeException : Unable to start activity Component Info -

actionscript 3 - Equivalent to moveReceived in ElectroServer 5 -