Skip to main content

ProxySettings

Proxy server connection settings including host, credentials, and scheme.

Notes

Configures an HTTP or HTTPS proxy through which the crawler routes outbound requests. Settings include the proxy host, port, authentication credentials, realm, and URL scheme, enabling the crawler to operate within networks that require a proxy for external access.

Usage

credentials:
password: string
passwordKey:
size: 0
source: KEY
value: string
username: string
host:
name: string
port: 0
realm: string
scheme: string

Properties

PropertyTypeRequiredDefault
credentialsCredentialsNoCredentials
hostHostNo-
realmstringNo-
schemestringNo-

Property Details

credentials

Username and password when required by the proxy.

host

Proxy host.

realm

Authentication realm name. Leave blank (default) to indicate "any realm".

scheme

Proxy URL scheme. Defaults to http.