← Docs / Proxies
Proxies: your first request
You need two things from the Proxies page in the portal: your account key and some balance. Then:
curl -x http://YOUR_KEY:[email protected]:3128 https://api.ipify.org
It prints an IP address. If that address is not your own, the request went through the proxy and you are done.
The three parts
- Host and port —
proxy.privatebyte.com:3128for HTTP and HTTPS,:1080for SOCKS5. - Username — your account key, exactly as shown in the portal.
- Password — the tier you want this request billed and routed at, such as
standard. The password can also carry a country and a session; see the connection format.
Before you scale up
Run one request, check the usage figure in the portal moved, then build the rest. It is the cheapest way to find a typo in your key.
Using zsh? Write
${KEY}:standard, not $KEY:standard. zsh reads :s after a variable as a modifier and silently changes your credentials.Related
Still stuck? Open a ticket — tell us what was missing and the article gets fixed.