You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the rotation strategy is ROUND ROBIN, but support can be added to make it parametric, in order to address use cases that require proxies from certain specific countries and not just any of the pool.
For example curl https://httpbin.org/ip --proxy http://127.0.0.1:3128?country=us,co,mx
and with those parameters use the proxies that meet the condition.
Thank you very much in advance for your consideration.
The text was updated successfully, but these errors were encountered:
By default the rotation strategy is ROUND ROBIN, but support can be added to make it parametric, in order to address use cases that require proxies from certain specific countries and not just any of the pool.
For example
curl https://httpbin.org/ip --proxy http://127.0.0.1:3128?country=us,co,mx
and with those parameters use the proxies that meet the condition.
Thank you very much in advance for your consideration.
The text was updated successfully, but these errors were encountered: