annonymous ip before using webrequest object

  • Thread starter Thread starter heatstor
  • Start date Start date
H

heatstor

Hi,

When using the webrequest object, is there a way to make the source ip
anonymous before connecting to a URL/website.

Any help will be appreciated.
Asim.
 
Hi,

heatstor said:
Hi,

When using the webrequest object, is there a way to make the source ip
anonymous before connecting to a URL/website.

In short, no there is no way of doing that. you will always have one IP ,
you could create an IP package with another ip than yours computer, but then
you will not be able to use webrequest , nor you could expect any result
back
 
When you use an "Anonymous browsing service" you are connecting through a
proxy. Assuming you have sucn a proxy, you can set this proxy before issuing
the webrequest. Whatever comes back would be relayed through the proxy. Your
actual IP address from behind this proxy would not be visible.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top