Skip to content

Instantly share code, notes, and snippets.

@jimmywarting
Last active August 24, 2025 22:46
Show Gist options
  • Save jimmywarting/ac1be6ea0297c16c477e17f8fbe51347 to your computer and use it in GitHub Desktop.
Save jimmywarting/ac1be6ea0297c16c477e17f8fbe51347 to your computer and use it in GitHub Desktop.
Cors proxies
Service SSL status Response Type Allowed methods Allowed headers Exposed headers Follow redirect Streamable WebSocket Upload limit Download limit Country code Comments
CORS bridged Mirrored Raw * All but expect Forbidden headers 16mb/request US (CA) Blog for docs & Testing
cors-anywhere Mirrored Raw * * * Up to 5x US Require Origin header
cors-anywhere @ glitch Mirrored Raw source
thingproxy * 100kb 100kb US Max 10 req/sec
Whatever Origin jsonp GET None None US
Go Between
goxcors Allways 200 Raw * * None US POST type is limited to x-www-form-urlencoded
Have a werd api
Response Type is Allways text/html
All Origins Only code in json Json, jsonp, Raw * None US When using raw you loose status information
Cloudflare Cors Anywhere Only code mirror (not statusText) Raw * All but expect Forbidden headers none none none 100,000 requests/day 1,000 requests/10 minutes
JSONProxy GET

Possible dead

cors.io Only code mirror Raw GET, HEAD US
crossorigin.me GET 2MB 2MB US Require Origin header
HTML Driven
Taskcluster * US All request must be made within the request body
Only whitelisted for taskcluster
anyorigin jsonp GET none none US
@ArturoHULK
Copy link

corsproxy.io not working passing the api key: https://corsproxy.io/?key=abcd1234&url=https://example.com only work without the key: https://corsproxy.io/?url=https://example.com
any suggestion @mariusbolik ? I tried to reach support but only an automatic reply message I recieved. I have a basic paid subscription, I would like to have the analytics available.

@TimChinye
Copy link

I'm currently using my finance friend's work WiFi, and it blocks cors proxies from working (if I use my mobile data, or home WiFi or my tech-based office work WiFi, it works completely fine).

Someone mentioned "corsproxy.io is blocked in my system. How to unblock?" and I noticed someone else having the same issue.

So, after trying about 20 different proxies, this is the only one that worked:

https://api.codetabs.com/v1/proxy/?quest=<your_url>

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