简体   繁体   中英

C# webBrowser Can I change request Ip

I'm trying to make an application user can use browser to go some links but when users request to link they going to use their own Ip I want to link to a web address with my server IP. Server going to request to link and show to the user website

You can "spoof" IP changing headers like IP , X-Real-Ip but you can't spoof the real IP of the request.

If you want to appear with the address of your server you need your server be a proxy and route traffic from your WebBrowser thought this

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM