Proxy support
You can use Vectice with an HTTP
and an HTTPS
proxy server. To route all Vectice traffic through the proxy server, set the environment variable to the proxy URL.
HTTP Example
Environment variables:
HTTP_PROXY
is the proxy to use for HTTP requests.HTTPS_PROXY
is the proxy to use for HTTPS requests. In most cases, this is the same asHTTPS_PROXY
.PROXY
is your personal proxy.NO_PROXY
is a comma-separated list of DNS suffixes or IP addresses that can be accessed without passing through the proxy.