# 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.

<table id="bkmrk-parameter-type-descr"><thead><tr><th>Parameter</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>`wsConfig.proxy.host`</td><td>string</td><td>The hostname of the proxy server</td></tr><tr><td>`wsConfig.proxy.port`</td><td>integer</td><td>The port of the proxy server</td></tr><tr><td>`wsConfig.proxy.protocol`</td><td>string</td><td>The protocol of the proxy server. Use "http" or "https". Defaults to "http" if not specified</td></tr><tr><td>`wsConfig.proxy.user`</td><td>string</td><td>The username of the credentials for the proxy server</td></tr><tr><td>`wsConfig.proxy.password`</td><td>string</td><td>The password for the credentials for the proxy server</td></tr><tr><td>`wsConfig.proxy.ntlmDomain`</td><td>string</td><td>The NTLM domain</td></tr><tr><td>`wsConfig.proxy.encoding`</td><td>string</td><td>The realm's charset</td></tr><tr><td>`wsConfig.proxy.nonProxyHosts`</td><td>list</td><td>The list of hosts on which proxy must not be used</td></tr></tbody></table>