Skip to content

Instantly share code, notes, and snippets.

@d1y
Forked from jimmywarting/readme.md
Created April 9, 2019 03:46
Show Gist options
  • Save d1y/a5d9c5c620c304900c89e3afec0080e0 to your computer and use it in GitHub Desktop.
Save d1y/a5d9c5c620c304900c89e3afec0080e0 to your computer and use it in GitHub Desktop.
Cors proxies
Server SSL Metods Server country code Comments
cors-anywhere - US Follows redirects 5x
Require Origin header
crossorigin.me GET US Require Origin header
2MB size limit
cors-proxy.htmldriven - CZ JSON response
don't work well with binary
cors-proxy.taskcluster POST US Only witelisted to taskcluster.net
Can send any header/method
jsonp.herokuapp.com - US Supports both jsonp and cors
anyorigin - US Only jsonp is supported, response is always json, always require a refferer header
thingproxy ANY US Limited to 100kb for both upload and download, max 10 req/sec
whateverorigin GET US Only supports JSONP
cors.io GET, HEAD US Only supports GET and HEAD request
gobetween GET US Only supports GET requests
goxcors - US Have a werd api

Still searching for that SSL-EU cors proxy 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment