Skip to content

Instantly share code, notes, and snippets.

@kyroskoh
Forked from jimmywarting/readme.md
Created October 10, 2018 12:48
Show Gist options
  • Save kyroskoh/9964c9dccbc89d43a379580db0eaf717 to your computer and use it in GitHub Desktop.
Save kyroskoh/9964c9dccbc89d43a379580db0eaf717 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