Getting around Cors blockers

Katie Liu
Apr 5, 2020

There are certain ways to pull data from sites that have blocked GET requests from the front-end without building a backend. You can usually do a simple quick search on the internet and find a variety of sites like corsanywhere and rss2json that can do this for you. Don’t rebuild what’s already built!

--

--