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.

Standard authentication via HTTP Basic Auth.

Format

{username}-{params}:{password}@{host}:{port}

Credentials

ComponentFormat
Usernamesub_ + 8 chars
Password16 chars

Examples

# Basic
curl -x "http://sub_xxx:pass@gate.turnoxy.com:1318" https://example.com

# With parameters
curl -x "http://sub_xxx-country-US:pass@gate.turnoxy.com:1318" https://example.com

# Multiple parameters
curl -x "http://sub_xxx-country-US-session-abc123:pass@gate.turnoxy.com:1318" https://example.com

Errors

All failures return 407 Proxy Authentication Required:
  • Invalid username or password
  • Expired subscription
  • Exhausted traffic quota
Specific failure cause is not disclosed for security.