masterT / bandcamp-scraper

A scraper for https://bandcamp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at ... (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).

shaenr opened this issue · comments

commented

Is it possible to pass in some kind of headers object that would make this work or is the server just configured to deny requests?

commented

I'm an idiot. It seems to work if im not running the code from a react development server on localhost. So i guess i can at least get the info in node if not use it in browser app ?

Currently this package is only made to be used in on the server side.