https://github.com/codingstark-dev/cf-cdn-dl
Cloudflare Worker proxy of any URL to download over the CDN
https://github.com/codingstark-dev/cf-cdn-dl
cloudflare cloudflare-workers
Last synced: 11 months ago
JSON representation
Cloudflare Worker proxy of any URL to download over the CDN
- Host: GitHub
- URL: https://github.com/codingstark-dev/cf-cdn-dl
- Owner: codingstark-dev
- Created: 2023-12-28T09:33:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T09:37:47.000Z (about 2 years ago)
- Last Synced: 2025-01-16T00:22:59.840Z (about 1 year ago)
- Topics: cloudflare, cloudflare-workers
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* 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.