ig-proxy

HTTP/2 SOCKS5 proxy API


GET /api/fetch

ParamTypeDescription
urlqueryURL-encoded target URL (required)
X-Proxy-HeadersheaderJSON 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"}'