Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Sep 11, 2023 · 1 comment
Labels
question Further information is requested

Comments

@suryakantchoudhary
Copy link

No description provided.

@miketaylr
Copy link
Collaborator

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.

@miketaylr miketaylr added the question Further information is requested label Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants