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. C#
  4. developing Windows Application and using HttpWebRequest

developing Windows Application and using HttpWebRequest

Scheduled Pinned Locked Moved C#
tutorialquestion
4 Posts 3 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.
  • S Offline
    S Offline
    sivaramireddy p
    wrote on last edited by
    #1

    I am developing Windows Application and using HttpWebRequest. My requirement is, While sending a request to a URL, I want to hide my IP address, or I want that the requested URL gets some other IP from My request. Can anybody suggest how to do this? sivaramireddy p

    S D 2 Replies Last reply
    0
    • S sivaramireddy p

      I am developing Windows Application and using HttpWebRequest. My requirement is, While sending a request to a URL, I want to hide my IP address, or I want that the requested URL gets some other IP from My request. Can anybody suggest how to do this? sivaramireddy p

      S Offline
      S Offline
      Sun Rays
      wrote on last edited by
      #2

      Hi, you can encrypt yr URL and decrypt it at the time of opening the page.

      Thanks, Sun Rays Rate this post if you like answer. My Articles

      S 1 Reply Last reply
      0
      • S Sun Rays

        Hi, you can encrypt yr URL and decrypt it at the time of opening the page.

        Thanks, Sun Rays Rate this post if you like answer. My Articles

        S Offline
        S Offline
        sivaramireddy p
        wrote on last edited by
        #3

        hai can u give me a sample code

        1 Reply Last reply
        0
        • S sivaramireddy p

          I am developing Windows Application and using HttpWebRequest. My requirement is, While sending a request to a URL, I want to hide my IP address, or I want that the requested URL gets some other IP from My request. Can anybody suggest how to do this? sivaramireddy p

          D Offline
          D Offline
          Dan Neely
          wrote on last edited by
          #4

          You can't do this on your machine alone, in order to send anything back to you, your computer must provide its IP address. What you need to do is to run your communications through an HHTP proxy. The proxy will have your real IP to send the page to you, the server you're visiting will only have the proxy's IP. If you're really concerned, use TOR which will bounce your request through a series of semi-randomly selected proxies world wide before actually requesting anything from the destination server. IIRC TOR is OSS so you can examine its source code if you feel compelled to reinvent the wheel.

          -- Help Stamp Out and Abolish Redundancy The preceding is courtesy of the Department of Unnecessarily Redundant Repetition Department.

          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