Skip to main content

Endpoints

ProtocolHostPort
HTTP/HTTPSp1.turnoxy.com1318

URL Format

http://{username}-{params}:{password}@{host}:{port}
http://sub_xxx-country-US:[email protected]:1318
└─┬─┘ └──┬──┘ └────┬────┘ └┬─┘ └──────┬──────┘ └┬─┘
  │      │         │       │          │         │
protocol user   params   pass       host      port

HTTP/HTTPS

# HTTP target
curl -x "http://sub_xxx:[email protected]:1318" http://example.com

# HTTPS target
curl -x "http://sub_xxx:[email protected]:1318" https://example.com
Proxy URL uses http:// for both HTTP and HTTPS targets. HTTPS uses CONNECT tunneling.