Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.turnoxy.com/llms.txt

Use this file to discover all available pages before exploring further.

Endpoints

HostPortAuth Methods
gate.turnoxy.com1318Password or IP Whitelist
Both authentication methods share the same endpoint. See Password and IP Whitelist for details.

URL Format

http://{username}-{params}:{password}@{host}:{port}
ComponentExample
Protocolhttp://
Usernamesub_xxx
Parameters-country-US
Passwordpass
Hostgate.turnoxy.com
Port1318
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