ig-proxy
HTTP/2 SOCKS5 proxy API
GET /api/fetch
| Param | Type | Description |
|---|---|---|
url | query | URL-encoded target URL (required) |
X-Proxy-Headers | header | JSON object of headers to forward (optional) |
Example
curl "http://localhost:3033/api/fetch?url=https%3A%2F%2Fexample.com" \
-H 'X-Proxy-Headers: {"User-Agent":"custom"}'