The Web Client now supports web server redundancy. That is, in case of a fail-over
of a web server, the requests are sent to another redundant web server.
A reverse proxy is a server that is positioned in front of one or more web servers,
intercepting requests from clients. If any of these web servers are down or in case
of the fail-over of one of these web servers, then the reverse proxy will send the
requests from clients to the other web server. There are many providers of reverse
proxy solutions. Refer to the relevant reverse proxy solution documentation for the
information on redundancy support and instructions on setting up the reverse proxy
solution in your infrastructure.