afq984 / void-battery

Garena Path of Exile POB exporter
https://void-battery.afq984.org
GNU Affero General Public License v3.0
18 stars 11 forks source link

about chrome_extension #21

Closed dolphinlin closed 3 years ago

dolphinlin commented 3 years ago

想詢問做這 關於 chrome_extension 這個功能看起來單純只有 fetchcharacter info 請問怎麼會需要特別做一個 extension 來拿資料呢?

afq984 commented 3 years ago

因為 poe 的 api 沒開 CORS,跨域名直接從 javascript 送 request 會被瀏覽器攔下來

你可以試試看在網站上面開 console 打 fetch('https://web.poe.garena.tw/character-window/get-items?accountName=XXX&character=YYY') (把 XXX 跟 YYY 換掉)

dolphinlin commented 3 years ago

好的 我不知道有 cors 因為就單純看 code 好奇而已 感謝! 感謝!