/cors

Cloudflare workers CORS proxy

Primary LanguageJavaScriptMIT LicenseMIT

cors

Simple CORS proxy

Usage

https://cors.ryanking13.workers.dev/?u=https://www.google.com

WARNING:

You can use this demo site for testing.

However, DO NOT abuse the demo site for production.

See Making your own CORS proxy.

Making your own CORS proxy

  1. Learn about Cloudflare Workers
  2. Fork this repository
  3. Change accound_id in wrangler.toml to your Account ID
  4. (Optional) Set APP_NAME, HOSTNAME, APP_KEY (Ingestion key) for LogDNA logging
  • If logging is not needed, set APP_KEY to empty string "".
  1. wrangler publish