Configuration
HTTP and HTTPS proxies are supported for custom proxy configurations. If no protocol is specified, HTTPS is used by default.
Configuration Parameters
- host(required) - Proxy server hostname or IP address
- port(required) - Proxy server port (1-65535)
- username- Username for proxy authentication
- password- Password for proxy authentication (minimum 5 characters)
When creating a proxy with authentication, provide the password. The API response will only indicate if a password exists (
has_password: true) but won’t return the actual password for security reasons.
