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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -