security_proxy_test
Test multiple proxy servers simultaneously for connectivity, speed, anonymity, and IP leakage. Get detailed results and statistics for each proxy.
Instructions
Proxy Tester (Batch). Test many proxy servers in one batch and return each result plus aggregate statistics. Every proxy is checked for HTTP/HTTPS connectivity, response speed, anonymity level, IP-leak, the outgoing IP it presents, and geographic location. Results are NOT cacheable: they reflect live network state and vary between calls. Use security_proxy_parse first to normalise raw input; use security_proxy_test_single to test exactly one proxy; use security_proxy_test_stream to stream incremental per-proxy results instead of waiting for the whole batch. This tool makes outbound network connections through each supplied proxy to fixed third-party endpoints (httpbin.org, ipify.org, ip-api.com, etc.); target URLs are not user-configurable. Rate-limited (anonymous 2/min, 10/hour, 30/day; CAPTCHA after 5/hour). Returns results[] (one full test record per proxy) and a statistics summary.
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; auth optional). Blank lines and lines starting with # are skipped. Lines that fail to parse are dropped; a 400 is returned only if no valid proxy remains. | |
| options | No | Optional test settings. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | Always true on a 200 response. | |
| data | No | Aggregated batch output. |