Create a new sticky session using proxy credentials. Sticky sessions let you keep the same IP address longer, which is useful for tasks that need a stable connection, like managing social media accounts or web scraping. Knowing how to use sticky sessions can improve your proxy experience by making it more efficient and reliable.

Sticky Ports:

Geonode provides specific ports for sticky sessions, ensuring a persistent IP session:

  • HTTP/HTTPS: 10000 - 10900
  • SOCKS5: 12000 - 12010

Use sticky ports when you need a stable IP for session-based activities.

Example cURL Request to Create a Sticky Session:

curl -x "http://proxy.geonode.io:10000" \
     --user "myUsername-country-US-session-random0001:myPassword" \
     --url "http://ip-api.com/json" \
     --header "Accept: application/json"
Language