Learn how to make requests using GoProxy’s Mobile Proxies.
curl -U "customer-<username>:<password>" -x "proxy.goproxy.com:30001" "https://ipinfo.io"
curl -x "proxy.goproxy.com:30001" "https://ipinfo.io"
Expected response
{ "ip": "178.178.118.52", "city": "Kursk", "region": "Kursk Oblast", "country": "RU", "loc": "51.7373,36.1874", "org": "AS31133 PJSC MegaFon", "postal": "305000", "timezone": "Europe/Moscow", "readme": "https://ipinfo.io/missingauth" }