Question:
how to use custom ip address to browse a web page c#/.net?
?
2012-08-19 12:16:27 UTC
i am trying to browse web page using custom(user provided) ip address but it's not working. webBrowser1 loads web page successfully but it's not using custom ip address, it loads page with real ip address.

please tell me how to make this work successfully.

this is my code:

private void Form1_Load(object sender, EventArgs e)
{
IPAddress addr1 = IPAddress.Parse("192.168.1.100");
webBrowser1.ScriptErrorsSuppressed = true;
webBrowser1.Navigate("www.whatismyip.com");
}
Three answers:
JerryOfBorg
2012-08-19 12:26:16 UTC
I don't see what you mean by "Custom" as opposed to real. Every valid ip address is as "real" as the next one.



Are you saying that initially the user will go to "www.whatismyip.com" and then be redirected to "192.168.1.100" This is not possible without a hackjob as once the browser navigates to a site that site takes over and the instructions which follow are ignored, unless you open it in another window
coburn
2016-12-08 22:08:13 UTC
definite, a proxy will substitute your IP, even though it is attainable to alter your IP besides. the terrific technique is predicated upon your hardware, and the how as much as this ingredient your utility drivers are. as nicely, it could additionally require authenticating your new IP address by way of a international extensive communications community, jointly with any of the better ISP's. or maybe your community government. it is even attainable to do it from appropriate interior of your man or woman laptop on maximum machines, even though it is notably unlawful and a fashion utilized by making use of hackers to cover community site visitors.
Badea Catalin
2012-08-19 12:22:32 UTC
hy,



here you have an free vps server wich is lifetime,,,,you can host there the script



http://www.host1free.com/free-vps/?ap_id=hollyboom

Use 40ALL promo code to get any services for 40% discount in premium web hosting service.



http://www.host1free.com/free-vps/?ap_id=hollyboom


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...