Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. "Sticky sessions" scenario must be cofigured: all subsequent requests from a certain client must end up to the same CXO-Cockpit server as the first request from that client. The most typical implementation of this scenario is "Cookie-based Persistence"
  2. The requests to the CXO-Cockpit server should include the following hadersheaders:
    1. "X-Forwarded-Host" should contain the original host name used in the end-user request. This host name can only equal to the host name used in the CXO-Cockpit Dashboard URL (as configured in the Configurator), otherwise it will be ignored.
    2. "X-Forwarded-Proto" should contain the original protocol used in the end-user request. Note, that this header is not required if the same protocol (HTTPS) is used on load balancer and on the individual CXO-Cockpit servers.

...