Definition Of Parameter Input

Parameter Input is inputting a parameter or a string of parameters after the certain code to add more functions to that code. To get the customized IPs, you should follow the basic rules of Parameter Input. We support inputting a variety of parameters after your username to make certain goals come true, including customer, country, region, session and time.

Definition Of Parameters

ParameterDescription
customerAuthentication account, required field
countryCountry, default global mix, required field
regionRegion, optional after selecting the specified country, default random
sid/lsidSession (sticky IP), used to keep the export IP unchanged, sid value is limited to no more than 16 digits, case letter combination
timesession time, define the export IP hold time, valid when session exists, limited to 1~240 integers, unit minutes

How To Input Parameters

You can add "-" and certain parameters after Username to change the proxy configuration.

For example:

If your Session type is default, you will get one code like this:

 
customer-xxx:[email protected]:8100
 

After you add parameters, you will get one code below. That is to get one sticky IP from California, the United States, and the sticky time we set is 10 minutes.

 
customer-xxx-country-US-region-California-sid-pgpqssqbzag8ws8-time-10:[email protected]:8100
 

The CURL code of setting a parameter of "country-US" after Username is to set the country where your IP is:

 
curl -U "customer-xxx-country-US:xxxx" -x proxy.momoproxy.com:8100 https://ipinfo.io
 

The CURL code of setting parameters of "country-US" and "region-Caliafornia" after Username is to set the specified state where your IP is:

 
curl -U "customer-xxx-country-US-region-Indiana:xxxx" -x proxy.momoproxy.com:8100 https://ipinfo.io
 

The CURL code of setting parameters of "session-xxxxxxx" and "time-x" is to keep one IP for certain time:

 
curl -U “customer-xxx-sid-blsfjjsl-time-3:xxxx” -x proxy.momoproxy.com:8100 https://ipinfo.io # 3minutes
 

The CURL code of setting all parameters is to get one sticky IP from a certain city for certain time:

 
curl -U “customer-xxx-country-US-region-California-sid-blsfjjsl-time-3:xxxx” -x proxy.momoproxy.com:8100 https://ipinfo.io