简体   繁体   English

接收来自单个电子邮件但 IP 地址不同的 HTTP 请求?

[英]Receiving HTTP request from single email but varying IP addresses?

I have a server, and I was monitoring the incoming requests.我有一台服务器,我正在监视传入的请求。 There is a particular email, from which I'm getting multiple requests, but the IP address keeps changing little by little every few days.有一封特定的电子邮件,我从中收到多个请求,但 IP 地址每隔几天就会一点一点地变化。 Example -例子 -

Request 1 -> (Email1, X.Y.Z.56)
Request 2 -> (Email1, X.Y.Z.56)
(after few days...)
Request 3 -> (Email1, X.Y.Z.57)
Request 4 -> (Email1, X.Y.Z.57)
(after few days...)
Request 5 -> (Email1, X.Y.Z.58)
Request 6 -> (Email1, X.Y.Z.58)
Request 7 -> (Email1, X.Y.Z.58)
(after few days...)
Request 8 -> (Email1, X.Y.Z.59)

How is the user able to change his public IP address so often?用户如何能够如此频繁地更改其公共 IP 地址? The requests are from the same email.这些请求来自同一封电子邮件。

Got some help from my colleague.从我的同事那里得到了一些帮助。 This is very interesting.这很有趣。 Here is the complete discussion - Quora Link这是完整的讨论 - Quora Link

It all depends on the ISP.这一切都取决于ISP。 It often allocates IP addresses dynamically, based on availability.它通常根据可用性动态分配 IP 地址。

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

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