Release a Sticky Session
Note: This will only work if the exit node has gone offline
If you would like to remove the assigned proxy from your sticky session you can do this by executing a request through your sticky port to the following end point:
http://api.proxyrack.net/release
Example:
curl -x private.residential.proxyrack.net:10000 -U username http://api.proxyrack.net/release
Result:
{"success": True}
Then on your next request through the sticky session a new proxy end point will be assigned
You can also programatically do this with your code by visiting the exact same URL.