Page context, proxy simplicity

Send requests through pages

Use HttpProxyAgent to route existing Axios requests through a real browser page, keeping session context without CDP automation.

0 Total requests
0 Total sites
0 Online clients

Use it like a proxy

Axios through PageProxy

pageproxy-demo.js

Minimal client changes

The caller still sends an ordinary HTTP request. PageProxy handles the browser-side fetch, optional header enrichment, and streaming response path.

  • HTTP proxy entry on port 80
  • WebSocket extension connection on 443
  • Shared client pool with passwd protected
  • Optional page-context header hook

Browser pool

Your page anywhere

Point Axios at PP, choose a target page host, and let the browser that already has the session send the request.

FAQ

Before you proxy