Skip to main content

Proxy Yapılandırması

Proxy Ayarları

Genel uygulama için proxy

Proxy kullanılabilir. Varsayılan olarak, JVM'de yapılandırılan proxy kullanılır, ancak her HTTP istemcisi için özel yapılandırmalar yapılabilmektedir.

ParameterTypeDescription
wsConfig.proxy.hoststringThe hostname of the proxy server
wsConfig.proxy.portintegerThe port of the proxy server
wsConfig.proxy.protocolstringThe protocol of the proxy server. Use "http" or "https". Defaults to "http" if not specified
wsConfig.proxy.userstringThe username of the credentials for the proxy server
wsConfig.proxy.passwordstringThe password for the credentials for the proxy server
wsConfig.proxy.ntlmDomainstringThe NTLM domain
wsConfig.proxy.encodingstringThe realm's charset
wsConfig.proxy.nonProxyHostslistThe list of hosts on which proxy must not be used