Simple Javascript function that takes a url
parameter, sends a fetch request to that url
, and adds permissive CORS headers to the returned Response
.
Create a Cloudflare Worker using index.ts
as the function. The free tier quota is 100k requests per day, as of April 2025.