Ross ROSS = Recommend OSS · open-source software intelligence for agents

Rob--W/cors-anywhere

CORS Anywhere is a NodeJS reverse proxy which adds CORS headers to the proxied request. observed · 2026-08-28

github.com/Rob--W/cors-anywhere · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4990
  • days_rel: n/a
  • days_push: 747
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

9376 stars · 6525 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

CORS Anywhere is a Node.js reverse proxy that adds CORS headers to proxied requests, allowing browsers to make cross-origin requests to servers that don't support CORS. The target URL is taken from the request path, and the proxy can be configured with origin whitelists, required headers, and cookie removal.

Use cases

  • add CORS headers to a third-party API that doesn't support them
  • make cross-origin requests from a browser to a server without CORS
  • self-host a CORS proxy for frontend development
  • bypass CORS restrictions when fetching resources client-side
  • proxy HTTP requests through a Node.js server with CORS enabled
  • test cross-domain API calls during web development

When to choose

  • you need a lightweight, self-hostable CORS proxy in Node.js
  • a third-party API lacks CORS headers and you can't modify the server
  • you want fine-grained control over origin whitelists and required headers
  • you're prototyping a frontend that needs cross-origin data

When to avoid

  • you need a production-grade proxy with rate limiting and authentication at scale
  • you want a zero-maintenance hosted service - the public demo requires opt-in and is rate-limited
  • you need to proxy websockets or non-HTTP protocols
  • security-sensitive contexts where routing traffic through a third-party proxy is unacceptable

Facets

service · maturity maintenance

proxy http-server middleware web-development apis backend developer-tools self-hosted cors cross-origin-requests reverse-proxy http-proxy api-development frontend-development heroku nodejs web-server docker

2 sources

Member repositories

RepositoryRoleHealth v2
Rob--W/cors-anywheremain32

For agents

markdown · JSON · MCP: product_card(name="Rob--W/cors-anywhere")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem