# 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.host`stringThe hostname of the proxy server
`wsConfig.proxy.port`integerThe port of the proxy server
`wsConfig.proxy.protocol`stringThe protocol of the proxy server. Use "http" or "https". Defaults to "http" if not specified
`wsConfig.proxy.user`stringThe username of the credentials for the proxy server
`wsConfig.proxy.password`stringThe password for the credentials for the proxy server
`wsConfig.proxy.ntlmDomain`stringThe NTLM domain
`wsConfig.proxy.encoding`stringThe realm's charset
`wsConfig.proxy.nonProxyHosts`listThe list of hosts on which proxy must not be used