Delete removes the highlighted entry from the list.
Proxy Autentication opens the dialog Proxy Authentication.
To enable newstickers to access the internet, a proxy
must be activated. Clicking in the first column will activate or
deactivate a proxy. For all other Intrexx functions, a proxy only needs
to be activated if, on your network, access to the internet is
controlled via a proxy server and/or no direct connection to the
internet is possible. The setting always refers to the path from the
portal server.
Select the Proxy Type in
the second column. Selecting the entry <none>
in the proxy type selection list means, that for the entered URL
pattern no proxy will be used.
In the third column, enter the server name or the IP address. The port
must only be changed if port 8080 is already in use.
In the Rule column, a regular expression for the connection
can be defined. Please note that certain characters possess special
meaning in regular expressions, especially the characters .?*+. These
characters must be protected by a backslash prefixing them, which
serves as an escape character, although this is not always necessary
for the period, which stands for an arbitrary character, i.e. including
the period itself. .* (period followed by an asterisk) serves as a
wildcard for an arbitrary character string. For every matching
expression, the proxy will be bypassed.
Example:
http://server\\.tec\\.example\\.com:4444/services.*
accepts exactly the URLs that begin with http://server.tec.example.com:4444/services.
http://server.tec.example.com:4444/services.*
accepts exactly the URLs that begin with http://server.tec.example.com:4444/services.
http://.*/services/.*_"
accepts exactly the URLs that begin with
http:// and contain /services/.