Proxy Checker


What is Proxy Checker?

This tool is used for checking if your proxies are functioning as expected. Simply download and enter your proxies then click "Check". Reliable working proxies are key to successful internet marketing. Often you may try and save money by purchasing semi, or even scraping public proxies instead buying dedicated only to find out most of them are not going to work for your project.

How does it work?

This tool has three methods of checking if your proxies are working or not.

  • Basic HTTP - This check takes each proxy and tries to connect to your configured website (example.com by default) if it can successfully connect then it is deemed as working, if it can't them its deemed to be not working.
  • HTTP code - This check will allow you to enter your target URL (example.com by default) and the tool will connect through each proxy checking the HTTP response code it receives against the rules you have entered. For example it can fail if a 403 (forbidden) is given by the remote web server, or it can only pass if a 200 (success) is given by the remote web server.
  • HTML - This check allows you to pass and fail proxies based on what HTML is returned by the remote web server. For example if you think some of your proxies may of been blocked by the web server you can configure this check to fail if the word "blocked" is detected in the HTML returned by the remote web server. Or you can congifure this check to pass if some of the expected HTML is returned in the response from the web server.

NOTE: Please use supported formats of 1.1.1.1:80 (IP:PORT) or 1.1.1.1:80:jamie:secret (IP:PORT:USERNAME:PASSWORD)

Why should I use it?

Often people purchase their proxies then just enter them into their chosen bot and let the bot work away. However what happens if even just 10% of those semi-dedicated ones you are sharing with others are not working. Will your bot / application tell you? Most would not. You'll be limiting the effectiveness of your internet marketing efforts in a way that could easily be avoided if you used this checking software. Another advantage of a software tool that you download and run over an online checker is that when you enter your proxies into online checking services you don't know if that data is going off to be part of some public list. Where as with this download you can use something like wireshark to see that any data enteed into the application stays in the applicatiom.

What it does this tool look like?

Proxy Checker

Watch it in action / Tutorial




Change log

  • 23/10/2017 - Initial release
  • 26/02/2017 - Fixed a big bug with HTTP code check and HTML present check

Video transcript

This is the transcript from the video above, it needs tiding up a little as its from YouTube subs.

Hi guys it's Jamie from MaxResultsSEO.com and in this video I'm going to show you how to use my proxy checker software tool now. So what this tool basically allows you to do is to enter your proxies in there and it will tell you whether any of them are duds (proxies not working), so whether they're just completely down or whether they're you know they're semi dedicated, but your proxy supplier has sold them to like 50 other people and they're, just being you know, completely stretched out beyond usage. It can also tell you if you set up correctly what websites are blocking your IP address or your proxy IP address. Okay, so I'll go through the different types of configurations you can have and then we'll see it in action, so first off you've got the basic HTTP connect check, so all this does is load a URL in there. You can leave example.com in there that's fine and then it basically sees if it can connect to that website successfully in under that amount of time (the proxy timeout). So let's run that and you can see that all my proxies are fast but actually you can see that one's a little slow, probably because these are semi dedicated, so someone else is probably doing something with that proxy.

So, if I wanted to, I could change that down to two seconds and it would filter that proxy out for us and put any slow proxies in there. I'll show you it not working, so let's just break a few of these proxies and now you can see two of them fail the check straight away and you can sort them and see that those two failed and then you can export the working ones, all of them or just the failed ones whatever you want to do so I'm just going to put the working ones back in now. The next check is a HTTP response code check. So for those either don't know, whenever your browser loads a web page you'll get a HTTP response code back from the web server, so you know the websites web server will give back to your browser and it'll be a number generally between 200 and 900. It's basically a summary of that connection attempt so if it was successful, you'll get 200 and then http code of 300 generally redirects and then anything 400 above is generally an http error.

So you can configure this to connect to example.com and if it's 200 then pass the proxy. Otherwise, if it's anything else, the check will fail, so what we're going to do here, I'm just going to turn that around so it fails, if it's a 200, so that should cause all the proxies to fail. So normally you'd use something like if you thought a website was blocking your proxy and giving you a 403 HTTP code, which is a forbidden code, and you can either do pass if the page gives a 200 or fail the proxy if the HTTP response code is 400 or 300 or 400 or whatever again so, that is the HTTP response code check.

Next up, we have a HTML check, so basically, what that does is it'll load a website again and it'll pass the proxy if that HTML is present in the response or you can fail it if the HTML is present in the response, so if you think the website is blocking you, then you could have what it says when it blocks you. You know it's like "your IP is blocked" then you could put "blocked" in there and then fail the proxy if, when you're connecting to example.com, the HTML that comes back through the proxy contains the HTML "blocked". So hopefully that makes sense, so yeah that's it.