Skip to content

Instantly share code, notes, and snippets.

View DankTechnologies's full-sized avatar

Daniel Knobloch DankTechnologies

View GitHub Profile
@DankTechnologies
DankTechnologies / README.md
Last active April 18, 2025 04:43
CORS Helper (Cloudflare Worker)

Simple Javascript function that takes a url parameter, sends a fetch request to that url, and adds permissive CORS headers to the returned Response.

Setup / Hosting

Create a Cloudflare Worker using index.ts as the function. The free tier quota is 100k requests per day, as of April 2025.

Example

Configuration