Links
Comment on page

1.43 Proxy

For outgoing connections, the Goobi viewer Core can optionally use a proxy server.
<proxy enabled="false">
<proxyUrl></proxyUrl>
<proxyPort></proxyPort>
<whitelist>
<host>127.0.0.1</host>
</whitelist>
</proxy>
The parameters are explained in the following table:
Option
Bedeutung
proxy/@enabled
Controls the proxy usage. Possible values are true and false. Default is false.
proxy/proxyUrl
URL of the proxy server to be used, for example http://proxy.example.org
proxy/proxyPort
Port of the proxy server to be used, for example 3128
proxy/whitelist/host
List of hostnames or IP addresses to be ignored when establishing a connection.