现在在练习串spotify的api
想抓端点的资料下来做搜寻, 展示, 会员登入的功能
但今天在看官方文档
Implicit Grant Flow部分时
照着他的方式先 GET https://accounts.spotify.com/authorize
时
我的程式码
卻出現
XMLHttpRequest cannot load https://accounts.spotify.com/authorize?client_id=dd5b1e91765142e98905665d8709df9a&response_type=token&redirect_uri=http:%2F%2Flocalhost:8080%2Fcallback. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8080' is therefore not allowed access.
上网查找是跨域的问题, 但依我的了解, 跨域的问题要SERVER-SIDE的程式来解决,
上网查也好像没有任何纯前端的相关答案, 文档是说not need any server-side code to use it 所以我希望可以有纯前端的方法去做串资料
如果目前先不管安全性的问题, 想知道有什么解决的办法或是可以依照的流程吗?
各位大大都是如何解决串资料, 或者是有什么资讯可以分享的吗(AJAX,spotify API,資料流...等等)?
相关分类