Proxy Anonymity Levels
IntermediateThe three-tier classification of how much a proxy reveals: transparent (shows your IP), anonymous (admits being a proxy), and elite (reveals nothing).
In depth
Proxy anonymity levels describe what a target website can learn about you from the headers a proxy sends. The classic hierarchy has three tiers, and the difference between them is decided by two things: whether your real IP is forwarded, and whether the request admits to being proxied at all.
The three levels
- Level 3 — Transparent: forwards your real IP in headers like
X-Forwarded-Forand identifies itself withVia. The site knows who you are and that you're proxying. Useless for privacy. - Level 2 — Anonymous: hides your real IP but still sends proxy-identifying headers. The site can't see who you are, but it knows a proxy is involved — enough for many sites to block the request.
- Level 1 — Elite (high-anonymity): hides your IP and sends no proxy-revealing headers. The request looks like it came from an ordinary user at the proxy's address.
What actually matters today
Virtually all commercial residential, mobile, and ISP proxies are elite — the tiering mostly matters when evaluating free or unvetted proxy lists. Note that elite headers alone don't guarantee stealth: modern anti-bot systems judge the IP's reputation and your TLS and browser fingerprints too, which no header hygiene can fix.
Rule of thumb
Anything below elite is only fit for casual geo-testing or caching. For scraping, multi-accounting, or privacy, elite is the baseline — then IP quality and fingerprints decide the rest.
Examples
- A free proxy marked 'anonymous' hides a user's IP but sends a Via header, and the target site serves it a CAPTCHA wall.
- A commercial residential proxy passes an elite check: no Via, no X-Forwarded-For, indistinguishable from a home user.
- A scraper filters a public proxy list down to elite-only entries before testing them against the target.
Common use cases
FAQs
No — 'elite' only means the proxy sends clean headers. Sites can still detect proxying from the IP itself (datacenter ranges, known proxy ASNs, poor reputation) or from mismatched fingerprints. Elite status is necessary but not sufficient for stealth.
Send a request through it to a service that echoes your headers and apparent IP. If your real IP appears anywhere, it's transparent; if proxy headers like Via appear without your IP, it's anonymous; if neither appears, it's elite.
Technically yes, but reputable commercial proxies are elite by default — the classification is mainly a tool for judging free or unknown proxies, where transparent and anonymous servers are common.