Skip to main content
HTTP proxy mode uses the standard HTTP proxy protocol. Your client sends the full request to Proxy Hopper (including the target URL in the request line), Proxy Hopper picks an IP from the pool, forwards the request through it, and streams the response back. Proxy Hopper owns the full request lifecycle, enabling retries on failure and IP rotation on 429 or 5xx responses.

Usage

curl --proxy http://localhost:8080 http://example.com

Characteristics

PropertyDetail
ProtocolHTTP/1.1 proxy
HTTPS supportNo — use CONNECT tunnel or forwarding mode for HTTPS
Retry supportYes
Client changes requiredProxy settings only
HTTP proxy mode only handles plain HTTP requests. For HTTPS, use CONNECT tunnel or URL forwarding.