# ymyuuu/Cloudflare-Workers-Proxy

简单而功能强大的反代服务，允许你将一个网址映射到另一个网址，并处理跨域请求

Repository: https://github.com/ymyuuu/Cloudflare-Workers-Proxy
Canonical: https://ross.abutalabs.com/products/cloudflare-workers-proxy
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2025-10-29T08:43:25+00:00

## Health v2 (maintenance only)
Score: 50/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 49, release rhythm 35, longevity 76
- inputs: {"age_days": 1066, "days_push": 308, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1533, forks 539 (observed 2026-08-28T04:04:59.616847+00:00)

## What it is
A Cloudflare Workers script that acts as a simple reverse proxy, forwarding client requests to a target URL and returning the response. It rewrites relative paths, handles redirects, and adds CORS headers to enable cross-origin access.

## Use cases
- proxy a website through my own domain
- bypass CORS restrictions for frontend requests
- map one URL to another via Cloudflare Workers
- forward API requests to a target host
- access blocked resources through a self-deployed proxy
- rewrite redirects and relative paths when proxying sites

## When to choose
- you want a lightweight, free reverse proxy on Cloudflare's edge
- you need CORS headers added to proxied responses
- you want a simple URL-mapping proxy with a friendly input UI

## When to avoid
- you need authentication, caching, or advanced proxy configuration
- you require high-volume traffic beyond Cloudflare Workers limits
- legal or policy restrictions prohibit proxying in your region

## Facets
- artifact type: service
- maturity: active
- function: proxy, http-server, middleware
- domain: networking, web-development, privacy, self-hosted
- platform: cloud, serverless
- tags: cloudflare-workers, reverse-proxy, cors, serverless-proxy, url-mapping, web-server

## Member repositories
- ymyuuu/Cloudflare-Workers-Proxy (main) score 50

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:59.616847+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:31:16.575504+00:00, confidence not recorded.
  - readme: https://github.com/ymyuuu/Cloudflare-Workers-Proxy (fetched 2026-08-28T04:04:59.616847+00:00, sha 6a7caf2750fc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
