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 -

php - Magento - Deleted Base url key -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -