Auto-Replace Sticky IP
Evan avatar
Written by Evan
Updated over a week ago

You can set your Sticky Sessions to auto-replace the assigned IP address with a closely related IP if the proxy goes offline.

If you'd like to keep a super long sticky session without worrying about the exit node going offline this feature will help you by automatically replacing any offline proxies with a closely related IP to your original request.

We attempt to select an IP based on the following criteria: ISP and CITY and COUNTRY. If there are no IPs available for the above criteria then we will try to select the following: ISP and COUNTRY.

You can take advantage of this feature by appending autoReplace-True to your username when authenticating.

Example: username-autoReplace-True

Examples

Unmetered Residential:

Please note: Unmetered Residential proxies are no longer available for purchase. Existing subscriptions will continue to work, however.
curl -x unmetered.residential.proxyrack.net:10000 -U 'username;autoReplace=True:password' http://example.com

Live example here.

Premium Residential:
curl -x premium.residential.proxyrack.net:10000 -U 'username;autoReplace=True:password' http://example.com

Live example here.

Private Unmetered Residential:
curl -x private.residential.proxyrack.net:10000 -U 'username;autoReplace=True:password' http://example.com

Live example here.

USA Rotating Datacenter:
curl -x usa.rotating.proxyrack.net:10000 -U 'username;autoReplace=True:password' http://example.com

Live example here.

Global Rotating Datacenter:
curl -x global.rotating.proxyrack.net:10000 -U 'username;autoReplace=True:password' http://example.com

Live example here.

Did this answer your question?