Response from requestTLSNproxy RPC call

interface ProxyRequestResponse {
    expiresIn: number;
    proxyId: string;
    targetDomain: string;
    websocketProxyUrl: string;
}

Properties

expiresIn: number

Milliseconds until proxy expires (resets on activity)

proxyId: string

Unique proxy identifier

targetDomain: string

Target domain the proxy is configured for

websocketProxyUrl: string

Dynamic WebSocket proxy URL for this request