ryanking13 / cors

Cloudflare workers CORS proxy

Home Page:https://cors.ryanking13.workers.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Cloudflare workers CORS proxy

https://cors.ryanking13.workers.dev

License:MIT License


Languages

Language:JavaScript 100.0%