Skip to content

Proxy Support

rayobrowse supports HTTP proxies at the browser level. All traffic from the session is routed through the proxy, and the fingerprint’s timezone and locale are automatically matched to the proxy’s geolocation.

Terminal window
curl "http://localhost:9222/connect?headless=true&os=windows&proxy=http://user:pass@host:port"
client = Rayobrowse()
ws_url = client.connect_url(os="windows", proxy="http://user:pass@host:port")
const wsUrl = await client.connectUrl({
os: 'windows',
proxy: 'http://user:pass@host:port',
});

Self-hosted rayobrowse is free and unlimited whether you bring your own proxies or use Rayobyte rotating proxies. Cloud early access includes managed proxy options for teams that want browser infrastructure and proxies in one place.

http://username:password@hostname:port

SOCKS proxies are not currently supported.