Builds a proxy username and connection string using provided parameters.
This endpoint is just a helper, you can modify the connection string in your code without calling it.
UI available at configurator.
Proxy type
residential, mobile, datacenter "residential"
2-letter country code (CCA2)
2"US"
City name, use underscores for spaces
"New_York"
Rotation interval in minutes, -1 for per-request rotation, 0 for sticky session
-1 <= x <= 6015
A unique identifier used to create and maintain a session, enabling consistent control over IP address usage.
128"my_session_1"
Proxy protocol
http, https, socks5, "http"
Successful response
Proxy username with parameters
"user-USERNAME-type-residential-session-my_session_1-country-US-city-New_York-rotation-15"
Proxy password placeholder
"PASSWORD"
Proxy hostname
"geo.g-w.info"
Proxy port
10080
Full proxy connection string
"http://user-USERNAME-type-residential-session-my_session_1-country-US-city-New_York-rotation-15:PASSWORD@geo.g-w.info:10080"