cyberneticlibrary

Route HTTP traffic through proxy agent

pac-proxy-agentskillsetup L20
TooTallNate/proxy-agents
What it does

Configure PAC proxy for HTTP

Best for

Routing HTTP requests through a PAC file when you need dynamic proxy resolution based on destination URL and network rules.

Inputs
  • · PAC file URL
  • · HTTP request
Outputs
  • · resolved proxy agent
  • · route decision
Requires
  • · Node.js http.Agent
  • · PAC parser
Preconditions
  • · PAC file URL reachable
  • · Node.js http/https available
Failure modes
  • · Malformed PAC file
  • · PAC URL unreachable
Trust signals
  • · Open source: TooTallNate/proxy-agents