Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我设计网站。我在我的网络服务器中做了代理。当客户请求我的网站时。然后我将请求重定向到代理,然后是目标站点。请求将发送到目标网站的 IP 地址(代理/客户端 IP 地址)。请帮我。
TCP 连接中的源 IP 当然是代理的。如果您想知道客户端和临时代理使用了哪些 IP,您应该能够在标头X-Forwarded-For(客户端 IP)和Via标头(临时代理列表)中找到它。
X-Forwarded-For
Via