security_proxy_test_stream
Tests proxy servers sequentially and streams live results via Server-Sent Events, providing real-time progress for each proxy's reachability, speed, anonymity, and geolocation.
Instructions
Proxy Tester (Live SSE Stream). Tests a list of proxy servers one at a time and streams each result as it completes via Server-Sent Events (Content-Type text/event-stream). Makes outbound HTTP/HTTPS connections through every supplied proxy to measure reachability, speed, anonymity, SSL support, IP leakage, and geolocation, so results reflect live network state and vary between calls. Use security_proxy_parse first to normalise raw input; use security_proxy_test for a single batched JSON response, or security_proxy_test_single for one proxy; use this streaming variant to show incremental per-proxy progress for a large list. CAPTCHA-gated and rate-limited (anonymous 2/min, 10/hour, 30/day; CAPTCHA after 5/hour). Each SSE frame is a JSON object whose "type" is one of start, result, error, or complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proxies | Yes | Newline-separated proxy list. Each non-empty line must match [protocol://][user:pass@]host:port (protocol defaults to http; port 1-65535). Blank lines and lines starting with # are skipped. Lines that fail to parse are dropped before testing. | |
| options | No | Optional test settings. |