简体   繁体   English

C# webBrowser 我可以更改请求 Ip

[英]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我正在尝试使应用程序用户可以使用浏览器访问 go 一些链接,但是当用户请求链接时,他们将使用自己的 Ip 我想使用我的服务器 IP 链接到 web 地址。服务器将请求链接并显示到用户网站

You can "spoof" IP changing headers like IP , X-Real-Ip but you can't spoof the real IP of the request.您可以“欺骗” IP 更改标头,例如IPX-Real-Ip但您不能欺骗请求的真实 IP 。

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如果你想显示你的服务器地址,你需要你的服务器是一个代理并路由来自你的 WebBrowser 的流量认为这个

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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