DEV Community

reynaldi
reynaldi

Posted on • Edited on • Originally published at gist.github.com

1 1 1 1 1

List of free CORS Proxies

Proxy (A-Z) Methods Status Code Override Headers Exposed Headers Follow Redirect Timeout Size Limit Rate Limit
allorigins ✅ All ❌ (Always 200) 20/min
cloudflare-cors-anywhere ✅ All ✅ Mirror
codetabs ❌ (only GET) ❌ (Always 200) 625KB 5/sec
cors-anywhere ✅ All ✅ Mirror ✅ (max. 5) 50/3 mins
cors.lol ❌ (only GET) ✅ Mirror 30/min
cors.x2u.in ✅ Mirror 20s 500KB 100/hour
thebugging ❌ (only GET) ✅ Mirror 10/hour

Note: These free proxies often have strict rate limits and may experience downtime. For production use, consider a production ready CORS proxy like Corsfix. It comes with unlimited monthly requests, and flexibility sending the request, with header override and cached responses.

Originally posted in GitHub Gist
https://gist.github.com/reynaldichernando/eab9c4e31e30677f176dc9eb732963ef

Top comments (2)

Collapse
 
reynaldi profile image
reynaldi

originally posted here: gist.github.com/reynaldichernando/...

Collapse
 
reynaldi profile image
reynaldi

have you ran into a cors error before? let me know in the comments

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video