What's the best free, online web proxy?

Every once and a while, I need to test a site from an IP address outside of my network. For this task, I use a free onlinhe web proxy.

Here are some examples (none of them fit the entire bill though):

Thing is, they all seem to suck. My definition of a good web free online web proxy is:

So what’s the best one out there?

It changes weekly. New ones pop up and subside like so much zero-point energy.

(Mainly because they get quickly added to corporate / educational blocklists and become useless)

PHProxy download | SourceForge.net Has all of what you are looking for. Failing that, if you have an SSH box outside of your network, tunneling into it is incredibly easy.

If you want something that works I recommend using a free trial or pay-as-you-go option from a trusted proxy provider, those free web proxies are toast!

Iproyal is in my opinion the best webproxy

if you have an SSH box outside of your network, tunneling into it is incredibly easy.

Could you please describe this more? Not sure what to Google. I do have a Linux slice over at Slicehost that I use as a staging server.

This is a God-awfully old post. The world has changed and I’m now in the latter half of a tech career. So… I’ve been helped with this already. Thanks :slight_smile:

man ssh

It works, bitches.

(Seriously – I was absolutely unaware of it until someone mentioned it to me and it has turned my development workflow on its head, haven’t tried tunnelling HTTP connections though)

EDIT: To clarify, you would probably set up a local (i.e. not open to the Internet) proxy on the remote box and then use e.g. ssh -L to map the local port of the remote box to a local port on your own machine. That way you can access the proxy as if it were running locally on your own box (yes, this sounded teribly confusing).

Here’s a nice guide that isn’t too complex.