Route HTTP traffic through proxy agents
http-proxy-agentskillsetup L2★0
TooTallNate/proxy-agents ↗What it does
Implement HTTP proxy http.Agent for Node.js HTTP connections
Best for
Node.js applications needing HTTP requests through corporate/residential proxy servers.
Inputs
- · [object Object]
- · [object Object]
Outputs
- · [object Object]
Requires
- · Node.js http module
- · npm http-proxy-agent
Preconditions
- · Node.js runtime
- · Proxy server running and reachable
- · Proxy allows traffic to destination
Failure modes
- · Connection timeout if proxy unreachable
- · 407 Proxy Authentication Required if proxy needs creds
- · SSL MITM if proxy intercepts HTTPS without proper certs
Trust signals
- · Official Node.js agent pattern
- · OAuth support documented