Generate custom back connect endpoints for proxying for Residential subscription. If a default value is preset you don’t need to actually include it in the request param query.
Provide username for authorization. This param is required.
Provide password for authorization. This param is required.
Choose what session type should be used. Choose sticky for sticky sessions or random for rotating sessions. Default is sticky.
sticky, random Session time in minutes, range is 1-1440(inclusive). This param is required if param sessionType value is sticky. Default value is 10.
Country Alpha2 code in lower case.
You can select state if country is USA(us). Provide full state name with underscore instead of a space. E.g. new_york.
Full city name in lowercase with underscore instead of a space. E.g. new_orleans.
Output format type. Default is protocol:auth@endpoint.
protocol:auth@endpoint, endpoint:auth, auth@endpoint Count of routes that will be generated and returned. Min value is 1. Default is 10.
Page of the routes(pagination). Min value is 1. Default is 1.
What response type will be returned. Could be json, txt or html. Default is json.
json, txt, html What line break will be used in response content. This is required if param responseType value is txt. Default is \n.
\n, \r\n, \r, \t What domain should be used for routes. Default is dedoco.com. ip is for using IP address instead of a domain.
IP address to be used instead of a domain. This field is required if param domain value is ip. It always must contain port at the end e.g. 1.1.1.1:7000.
What protocol should be used. Default is http
http, https 200