# Node HTTP Proxy — https://node-proxy.0exec.com Express+axios forward proxy. Multi-worker via Node cluster. GET/POST forwarding. Returns Prometheus metrics at /metrics. ## Endpoints - `GET /` — Fetch a URL - `url` (query, required): Target URL - returns: text/html - example: `https://node-proxy.0exec.com/?url=https://example.com` - `POST /` — POST through proxy - `url` (query, required): Target URL - body: raw forwarded body - returns: proxied response ## Examples curl 'https://node-proxy.0exec.com/?url=https://example.com' ## Meta endpoints (gateway-served, no upstream call) - `GET /.deploy/version.json` — current deployed commit - `GET /openapi.json` — machine-readable OpenAPI 3.1 spec - `GET /llms.txt` — this file - `GET /_gw_health` — gateway liveness probe Source: https://github.com/baditaflorin/node-proxy