OptionalproxyPer-integration proxy override (tier 1).
Omitted entirely when no per-integration proxy is configured. When absent, HTTP clients should use their default behavior (which will pick up tier 2/3 from the worker environment).
Whether outbound TLS certificates should be verified.
true (default) — enforce certificate validation.false — skip TLS certificate verification. Corresponds to the
integration's "Allow Unauthorized TLS Certificates" admin setting.Always present — TLS strictness is meaningful regardless of proxy config.
Per-integration network configuration provided on every dispatch via
context.network.Contains tier-1 (per-integration) TLS and proxy overrides configured by the Polarity admin. Global and host proxy settings are handled transparently via the worker environment and do not appear here.
Precedence
context.networkHTTPS_PROXY, etc.)Key Rules
process.env.HTTP_PROXYorprocess.env.NODE_TLS_REJECT_UNAUTHORIZEDat runtime — this is racy on shared workers and leaks settings between integrations.proxyis absent, do nothing — the worker env carries tier 2/3 and most HTTP clients pick it up natively.Example: Basic usage with any HTTP client
Example: Usage with postman-request
Example: Usage with axios