# Python aiohttp Proxy — https://python-proxy.0exec.com aiohttp-based forward proxy with rotating user-agent. Uses Webshare upstream for egress IP rotation. ## Endpoints - `GET /` — Fetch a URL - `url` (query, required): Target URL - returns: text/html - example: `https://python-proxy.0exec.com/?url=https://api.ipify.org` ## Examples curl 'https://python-proxy.0exec.com/?url=https://api.ipify.org' ## 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/python-proxy