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