跳到主要内容

Made With Reflect4 Proxy May 2026

const Reflect4Proxy = require('reflect4-proxy-core'); const upstreamPool = [ 'http://user:pass@resip-1.brightdata.com:22225', 'http://user:pass@resip-2.brightdata.com:22225' ];

Your application sends a request to localhost:8080 (local reflect4 instance). The proxy accepts the connection and inspects the User-Agent , Accept-Language , and Origin headers. made with reflect4 proxy

const proxy = new Reflect4Proxy( reflectionMode: 'round-robin', // or 'sticky', 'random' tlsSpoof: 'chrome_120', mutateHeaders: 'X-Forwarded-For': 'random', 'Accept-Language': 'en-US,en;q=0.9' , upstreamProxies: upstreamPool, retryOnStatus: [403, 429, 503] ); const Reflect4Proxy = require('reflect4-proxy-core')