MiniProxy, the small PHP proxy to surf anonymously or bypass filters

The Internet is really like a battlefield. Between the hackers who track your activity online to retrieve personal information about you and the companies that block all access possibilities at interesting sites, you have to slalom to navigate properly.

 
miniProxy is a very simple proxy written in PHP, which allows you to bypass internet filters or browse anonymously. It works by redirecting all requests to pages, images, CSS, etc. to a single address of your choice (for example your web hosting server).

As he is written in PHP, you just need a PHP 5.3+ environment (cURL required) to run it, which is much simpler than other products. It also works on SSL connections, to obtain a fully encrypted tunnel.

All you have to do is put the single file miniProxy.php barely 150 lines on your web server and you're done.

The whole works pretty well. Some elements are not taken into account such as tags and AJAX or JS requests. Cookies are not supported.

Distributed under the GNU GPL v3 license, miniProxy is therefore free.

A good start, which could be improved, but which already removes a lot of thorns from the foot (especially in business…). To try anyway.

Download miniProxy (0.02 MB)

Also read