cors-anywhere.herokuapp.com not working (503). What else can I try? cors-anywhere.herokuapp.com not working (503). What else can I try? heroku heroku

cors-anywhere.herokuapp.com not working (503). What else can I try?


You can deploy a CORS Anywhere server to Heroku in just 2-3 minutes, with 5 commands:

git clone https://github.com/Rob--W/cors-anywhere.gitcd cors-anywhere/npm installheroku creategit push heroku master

After running those commands, you’ll end up with your own CORS Anywhere proxy running at, e.g. https://cryptic-headland-94862.herokuapp.com/. So then instead of prefixing your request URL with https://cors-anywhere.herokuapp.com, prefix it with your proxy’s URL.