# What an anonymous browsing proxy does, and why ours closed URL: https://webvpn.org/web-proxy/ Updated: 2026-09-12 What an anonymous browsing proxy really hides, why the free webvpn.org proxy closed, how it compares with a VPN and Tor, and what to use instead today. ## Where the old links lead now Search any Russian-language forum archive from the early 2010s for a way to open a blocked page and you will find webvpn.org recommended over and over. From 2010 this domain ran a Glype-based script: you typed a URL into a form on the home page, the server fetched the page and handed it back through an address that looked like /browse.php?u=.... Hundreds of blogs, forums and profile pages still link to those addresses. That proxy is closed. Nothing typed on this site is relayed anywhere, and the old browse links land on this page instead of a dead end. The rest of this article explains what a proxy for anonymous browsing did for you, where it quietly failed you, and what an honest replacement looks like. ## What an anonymous browsing proxy actually does A web proxy is a middleman. Your browser asks the proxy server for a page, the proxy requests that page from the destination using its own connection, then rewrites the HTML so that every link keeps flowing back through the proxy. The destination site records the proxy's IP address in its logs, not yours. That single trick solved a very specific problem: a school, office or national filter blocked a domain by name, but did not block the proxy. People used it to read a forbidden news site or check social media from a locked-down network. It was fast to use and needed no installation, which is why it spread so quickly by word of mouth. The proxy did three things and nothing more: - It replaced your IP address with its own in the eyes of the destination site. - It let you reach a domain that a local filter had blocked by name. - It stripped some scripts and, on many proxies, broke logins in the process. ## What it never protected The word anonymous in anonymous browsing proxy described what the destination saw, not what the proxy saw. The proxy operator had your real IP address, the full URL of every page, and the complete page content, including anything you typed into a form. If the connection to the proxy was plain HTTP, your internet provider and anyone on the same Wi-Fi network could read all of it too. Consider a concrete scenario. Someone in an office in 2012 opens their webmail through a free proxy to dodge a filter. The filter is beaten, but the proxy now holds the login cookie, and the IT department can still see a long session to a single external server. Both parties gained a copy of that person's private mail, and only one of them had the user's consent. Free proxies also had ordinary incentives to misbehave. Some injected advertising into pages, some logged traffic for resale, and some were phishing kits dressed up as anonymizers. There was no way for a visitor to tell an honest operator from a hostile one, and that uncertainty is the main reason we do not run one anymore. ## Why the webvpn.org proxy closed Three things changed and made the old model unfit for purpose. First, the web moved to HTTPS almost everywhere, so a proxy that rewrites pages must sit in the middle of encrypted sessions and effectively perform interception against the visitor. Second, browsers now enforce protections such as HSTS, secure cookies and strict content policies that break when a third party rewrites the page. Third, running an open relay that anyone can point at any site invites abuse, and the operator carries the legal and reputational risk. We would rather publish an honest explanation than keep a service that cannot deliver what its name promised. If you need a working replacement, the next sections compare the realistic options. ## Proxy, VPN and Tor: what each one hides What can be observed Web proxy VPN Tor Browser Your IP, seen by the site Proxy IP VPN server IP Tor exit IP Your traffic, seen by your ISP Connection to proxy, page content on HTTP Encrypted connection to one VPN server Encrypted connection to a Tor guard relay Your traffic, seen by the relay operator Everything, including form data Everything unencrypted inside the tunnel, if they choose to look Split across three relays; no single relay sees both you and the site Covers other apps on the device No Yes No, browser only Speed Varies wildly Close to normal Noticeably slower The short version: a proxy server that hides your IP address protects you from the destination site only. A VPN protects you from your local network and provider as well, but moves all trust to one company. Tor spreads that trust across volunteers and gives the strongest anonymity for browsing, at the price of speed and some broken sites. ## How to replace a web proxy today Pick the tool for the job you actually have rather than the tool that is easiest to find: - To open a blocked news site or service, use a reputable VPN with a published, audited no-logs policy and a working kill switch. The Are VPNs safe guide explains how to check those claims. - To keep your IP address away from a website while you read it, follow the steps in how to hide your IP address. A VPN or Tor both work; a browser extension works for that one browser only. - To research something sensitive and stay anonymous, install Tor Browser from torproject.org and follow the project's own usage advice. Do not log in to personal accounts inside it. - To check what a site can see about you right now, read browser hide IP address, which covers Safari, Chrome and private tabs. Whatever you pick, look for three properties the old proxies lacked: end-to-end encryption to the relay, a published policy on what is logged, and independent evidence that the policy is followed. ## Context from the people who run relays A few points from public sources help set expectations: - Tor Project documentation is explicit that Tor Browser protects you at the browser level and that other applications on the same computer are not covered. This matters because many users assume a privacy tool covers the whole device when it does not. - Security vendor incident reports have repeatedly documented free proxy and free VPN apps that injected advertising or leaked user traffic. The lesson is that a service with no visible business model is paying its bills with something, and that something is often you. - Court records from several countries show that VPN and proxy operators are asked for logs by law enforcement, and that providers that kept no logs had nothing to hand over. For a reader, a no-logs claim is only as good as the moment it is tested. - Browser vendor documentation from Apple, Google and Mozilla notes that private or incognito windows do not hide your IP address from websites. Private mode and anonymity are different features and are often confused. Statuses of specific services change, so verify any provider's current policy on its own official site before you rely on it. ## If you run a site that still links here Old links to /browse.php on this domain are safe to leave in place. They resolve with a permanent redirect to this explainer, and this explainer contains no proxy form, no downloads and no advertising. If you prefer to update your link, point it to https://webvpn.org/web-proxy/ or to one of the guides above. If you found a page that claims to be the webvpn.org proxy under another domain, it is not run by us. The only sites we operate are this one and the pages listed in the footer. ## The one change worth making today Anonymizer sites earned their popularity by being effortless, and they lost it by being unaccountable. The replacement does not need to be complicated. Install one tool whose operator you can name and whose logging policy you have read, then use it consistently instead of pasting URLs into a stranger's form. Start with the hide your IP address guide, which walks through that choice in about ten minutes, and check your public address before and after so you can see the difference for yourself. ## FAQ Q: Is the webvpn.org web proxy still working? A: No. The browse.php form that relayed pages from 2010 onward has been removed and the server no longer forwards any traffic. Every old browse link redirects to this explainer so that nobody lands on a dead page or a copycat. Q: What is a proxy for anonymous browsing? A: It is a server that fetches a web page on your behalf and sends the result back to you. The site you visit sees the proxy's IP address instead of yours. The proxy itself still sees your real IP address and every page you request, so anonymity depends entirely on whoever runs it. Q: Does a web proxy hide my IP address from my internet provider? A: Only partially. Your provider can no longer see which final sites you open, but it can see that you connected to the proxy, and on plain HTTP proxies it could read the page content too. A VPN or Tor encrypts the whole path between you and the relay, which a simple web proxy did not. Q: Is a free web proxy safe to log in through? A: Treat it as unsafe. A web proxy rewrites every page it delivers, so it can read form fields, session cookies and passwords in the clear. Never type credentials into a site loaded through a proxy you do not control. Q: What replaced anonymizer sites like this one? A: For blocked sites and IP hiding, a reputable VPN with a published no-logs policy. For real anonymity, Tor Browser from torproject.org. For casual privacy in one browser, a browser proxy extension from a provider whose desktop app you would also trust.