any plans for cors-anywhere.observablehq.com?

just for the notebooks on this site that pull data from elsewhere

could be rate and size limited so we don’t abuse

https://cors-anywhere.herokuapp.com/

related posts:

The only good viable ‘quick’ solution I found, other than hosting your own proxy on heroku or in other clouds, was to deploy your own CORS proxy on glitch as described in this notebook:

It’s better than using heroku cors anywhere since glitch allows up to 4K requests/hr till 429. see: Glitch: The friendly community where everyone builds the web

I put a short fetch.js tester notebook here:

for a full-blown fetcher see:

still a robust cors-anywere proxy for just observable notebooks question remains.

would love to know if you are planning to provide it in the future?

4 Likes