Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. How to Hide IP while connecting to different web sites ?

How to Hide IP while connecting to different web sites ?

Scheduled Pinned Locked Moved Visual Basic
helpcsharpcomtutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rizwan Bashir
    wrote on last edited by
    #1

    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

    Rizwan Bashir ALM Soft[^]

    G 1 Reply Last reply
    0
    • R Rizwan Bashir

      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

      Rizwan Bashir ALM Soft[^]

      G Offline
      G Offline
      GuyThiebaut
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups