How to Hide IP while connecting to different web sites ?
-
I have one data scraping project where my vb.net 2.0 application will browse pages and will extract information from there. The only problem is the IP address if the site comes to know that any IP is doing this job they block it. There are many softwares out there is in the market which hides the IP . Is there any way I can do this job in my application through code instead of buying any third party component ? Any help would be precious Best Regards
-
I have one data scraping project where my vb.net 2.0 application will browse pages and will extract information from there. The only problem is the IP address if the site comes to know that any IP is doing this job they block it. There are many softwares out there is in the market which hides the IP . Is there any way I can do this job in my application through code instead of buying any third party component ? Any help would be precious Best Regards
Do you understand what the purpose of an IP address is? It allows servers to identify where the request for a page comes from and where to serve the results to. This means that the server has to have an IP address supplied to it. As far as I know all you can do is route yourself through a proxy server if you wish to hide your IP address. You could write yourself a proxy server application - which is a task I am no expert in. However that proxy server's IP address could get blocked.
You always pass failure on the way to success.