I am a complete rookie when it comes to networking and my question is theoretical. Let's say I have 3 public IP Addresses, and want to request a webpage X every few minutes. If webpage X places a cap of 10 requests per day on the requesting IP, is it at all possible to make requests via Python from the same machine but different IP Addresses?
Example:
+--------+ +----( Request 1 from IP: 1.2.3.4 )------+ +--------+
| Client |----+----( Request 2 from IP: 5.6.7.8 )------+----| Server |
+--------+ +----( Request 3 from IP: 9.10.11.12 )---+ +--------+
I have tried to research things, but my knowledge is so small in this area, that I don't quite know what my question is... Is this something where a proxy would be useful?
question from:
https://stackoverflow.com/questions/65617646/can-a-single-machine-make-requests-from-multiple-different-ip-addresses 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…