GoogleChrome / ip-protection

Apache License 2.0
156 stars 20 forks source link

IP Protection: Will the same proxy servers be used for a period of time (in a session), or will they be different for each request? #18

Open suryakantchoudhary opened 10 months ago

miketaylr commented 9 months ago

An HTTP/S connection will use a single pair of proxies and will present a single masked IP address to the origin. Beyond that, there are no hard constraints on different HTTP/S connections having to use the same servers or, even when that is the case, those connections sharing the same masked IP address. For example, if a user is connecting to the same origin (3ptracker.com) from two different Chrome tabs, those two might not use the same servers and might not share the same masked IP address.