Logo
Core Tools

Proxy Leak Test

Detect proxy forwarding leaks, origin mismatch, and anonymity risk.

Proxy Leak Test checks whether a proxy exposes signals that reduce anonymity or indicate unexpected routing behavior.

Proxy Leak Test

What It Looks For

SignalMeaning
ViaThe target saw a Via header, often indicating proxy traversal.
ForwardedThe target saw a standardized forwarding header.
X-Forwarded-ForThe target saw a header that may include client or proxy IPs.
Proxy-AuthorizationProxy credentials may have reached the target side.
Origin mismatchThe target-reported origin does not match the observed exit IP.

Inputs

Use a checked or benchmarked list. Leak testing dead or unstable proxies wastes time and can hide the useful signal.

ControlRecommendation
Protocol hintAuto for mixed lists.
Target URLKeep the default inspectable JSON endpoint unless you operate a compatible target.
Resolve countryEnable when final filtering includes geography or network type.
TimeoutMatch checker timeout for comparable results.

The target must return inspectable JSON with headers and origin information.

Anonymity Labels

LabelMeaning
EliteNo configured leak signals were detected.
AnonymousThe proxy works, but the signal set is not fully clean.
TransparentForwarding headers expose proxy behavior.
UnknownThe test could not classify the result confidently.

Result Review

Start with:

  1. status
  2. leak count
  3. leak signals
  4. anonymity
  5. exit IP and origin value
  6. latency

Details That Matter

FeatureDetail
InputsSingle proxy, many proxies, file, pool, and handoff rows.
Target contractThe default endpoint is httpbin-style and must expose inspectable JSON, request headers, and origin.
SignalsTracks via, forwarded, x-forwarded-for, proxy-authorization, and origin-mismatch.
SortingLeak signal lists are sorted so repeated runs are easy to compare.
ClassificationTransparent if forwarding headers expose traversal, elite if no leak signals exist, anonymous for other working cases.
EnrichmentIncludes exit IP and country/location fields when resolution is enabled.
SummaryTested, clean, leaked, transparent, and average latency metrics help compare pools quickly.

Treat leaked rows as unsuitable for workflows where anonymity is the reason for using a proxy.

Best Next Steps

  • Save clean rows to a final pool.
  • Use Proxy Viewer on surprising results.
  • Re-run leak tests against a target you control when the default inspection endpoint is not representative.

On this page