joshdick / miniProxy

🚨⚠️ UNMAINTAINED! ⚠️🚨 A simple PHP web proxy.
http://joshdick.github.io/miniProxy
GNU General Public License v3.0
858 stars 542 forks source link

How to use it? #108

Closed Hadjispyrou closed 6 years ago

Hadjispyrou commented 6 years ago

I open then miniProxy.php on my wamp server and then it asks for the url. So what happens next? when i insert the url and proxy it nothing happens? Is this wrong ? And if its not this means that this app proxys urls and then i open those urls from another window and it hides my ip?

joshdick commented 6 years ago

Essentially, miniProxy makes a connection to the requested site on your behalf, sitting in between your computer and the destination site. If your server happens to be using the same Internet connection as your personal computer, miniProxy won't "hide" anything.

If nothing happens when you submit miniProxy's URL form, you should make sure your server meets the prerequisites that the README mentions, and you should also check your server error log for clues.

I'm going to close this issue for now since this doesn't seem to be a problem with miniProxy itself, but I'm happy to keep the conversation going here.