Skip to content

niuniudd/cors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%