JSONP Callback not working for Beats Music API -
i'm trying use api via jsonp - making request like:
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
Post a Comment