developing Windows Application and using HttpWebRequest
-
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
-
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
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
-
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
hai can u give me a sample code
-
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
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.