Endpoints
| Host | Port | Auth Methods |
|---|
gate.turnoxy.com | 1318 | Password or IP Whitelist |
Both authentication methods share the same endpoint. See Password and IP Whitelist for details.
http://{username}-{params}:{password}@{host}:{port}
| Component | Example |
|---|
| Protocol | http:// |
| Username | sub_xxx |
| Parameters | -country-US |
| Password | pass |
| Host | gate.turnoxy.com |
| Port | 1318 |
http://sub_xxx-country-US:pass@gate.turnoxy.com:1318
HTTP/HTTPS
# HTTP target
curl -x "http://sub_xxx:pass@gate.turnoxy.com:1318" http://example.com
# HTTPS target
curl -x "http://sub_xxx:pass@gate.turnoxy.com:1318" https://example.com
Proxy URL uses http:// for both HTTP and HTTPS targets. HTTPS uses CONNECT tunneling.
IP Whitelist (No Credentials)
From a whitelisted IP, no credentials are needed:
curl -x "http://gate.turnoxy.com:1318" https://example.com