应用程序或网站如何找到您的 IP?

发布于 2024-09-03 16:49:45 字数 1459 浏览 8 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

对岸观火 2024-09-10 16:49:45

您无法阻止网站了解您的 IP。如果您阻止它,它将无法响应您的请求。如果您确实对匿名感兴趣,请查看代理服务器,尤其是在高匿名代理

You can't prevent a website to know your IP. If you do prevent it, it would be unable to answer your request. If you are really interested in anonymity have a look at proxy servers, especially at high anonymity proxies.

可是我不能没有你 2024-09-10 16:49:45

一旦您与远程主机建立连接,您的 IP 地址就会被泄露。您不能简单地说,“我想要连接,顺便说一句,我的 IP 地址是 123.123.123.123”。

网络服务器会告诉它执行什么脚本,从哪个 IP 地址执行连接 。连接已建立(并发出请求)。

As soon as you establish a connection to a remote host, your IP address is revealed. You can not simply say, "I'd like to connect, and by the way, my IP address is 123.123.123.123".

The webserver will tell what ever script it executes, from which IP address the connection was established (and request made).

眉目亦如画i 2024-09-10 16:49:45

您的 IP 地址位于每个 TCP 段中。远程网络服务器(您的网络浏览器连接到该服务器)将使该信息可供托管站点使用。

要发送不同的 IP 地址,您有多种选择。您可以使用代理服务器并传输其IP地址。或者,如果您不想收到任何信息,您可以使用IP 欺骗

Your IP address is in every TCP segment. The remote web-server (to which your web browser makes the connection) will make this information available to the hosted site.

To send a different IP address, you have a couple of options. You could use a proxy server and have its IP address transmitted. Alternatively, you could use IP Spoofing, if you don't want to receive any information back!

世界如花海般美丽 2024-09-10 16:49:45

您无法阻止网站了解发送请求的 IP。最好的情况是您可以通过代理进行路由,以便网站解析代理服务器的 IP。

您应该阅读 TCP/IP。简而言之,TCP/IP 数据包包含原始 IP 地址,因为它必须符合 IP 协议并发送有效的 IP 标头。

You can't prevent a website from knowing the IP, that sent the request. At best you can route it through a proxy, so the website resolves the IP of the proxy server.

You should read up on TCP/IP. In short, TCP/IP packet contains the originating IP address, because it must conform to the IP protocol and send a valid IP header.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文