/cf-cdn-dl

Cloudflare Worker proxy of any URL to download over the CDN

Primary LanguageTypeScript

  • Uses Cloudflare Worker to create a proxy of any URL to download over the CDN.
  • This script leverages Cloudflare's Worker platform to act as a proxy server,
  • allowing users to download content from any URL through the Cloudflare CDN.
  • By routing the requests through the CDN, it can help improve download speeds
  • and reduce the load on the origin server.
  • @param {string} url - The URL of the content to be downloaded.
  • @returns {Response} - The response from the Cloudflare Worker.