Skip to main content
The Proxy Checker validates proxies against any target URL to identify working and failing connections. Free, no signup required. Proxy Checker Tool

What it does

  1. You paste in one or more proxies (any format: see below)
  2. You pick a target URL (any website)
  3. You pick a protocol (HTTP or SOCKS5)
  4. It connects through each proxy to the target and reports success or failure
Use cases:
  • Verify EclipseProxy proxies reach your target
  • Validate proxies from any provider before deployment
  • Diagnose connectivity issues
  • Filter proxy lists to identify working connections for specific targets

Supported proxy formats

The checker auto-detects most common formats:
192.168.1.1:8080
user:[email protected]:8080
user:pass:192.168.1.3:8080
192.168.1.4:8080:username:password
http://192.168.1.5:8080
socks5://user:[email protected]:1080
Paste one per line. Mixing formats is fine: the checker normalizes them.

Choosing a target URL

  • https://www.google.com: default; tests basic reachability
  • https://api.ipify.org: returns the proxy’s exit IP, good for verifying geo-routing
  • https://ipinfo.io: returns full geolocation info as JSON
  • Your actual target: best test. If you’re scraping example.com, check against example.com.
A proxy that passes Google may still fail on a Cloudflare-protected target. Always check against your real target before committing.

How to read results

  • Success = proxy connected to the target and got an HTTP response
  • Failure = connection refused, timeout, auth error, or target returned an error code
  • Slow = the proxy worked but took longer than normal (useful to spot degraded IPs)

Common reasons proxies fail this test

  • Wrong protocol: using HTTP credentials on a SOCKS5 endpoint or vice versa. Switch the dropdown. See HTTP vs SOCKS5.
  • Expired credentials: the proxy account ran out of bandwidth or the proxy password was reset
  • Restricted destination: target is on EclipseProxy’s restricted list. See Restricted destinations.

Privacy

Credentials are processed through our backend only for the duration of the test and are not stored. As with all proxy tools, avoid pasting production credentials into untrusted checkers.