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

rest - Spring boot: Request method 'PUT' not supported -

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -