We have a client that hosts an intranet only, and also uses what they call a load balancer for their internal sites. One of the reasons for this is that they don't want to get new certificates every year for lots of different machines.
The load balancer (more properly a re-director) takes a generic http URL and then redirects it to the Web server using https.
So the generic URL is http://Laserfiche-webclient.domain.com and the redirect is to
https://webserver.domain.com This is set in the IIS bindings on the web server.
This works beautifully for Web Link/Public Portal. However, the web client is still bound to the Web Server and does not fully load all of the resources. Instead we get this screen, where the metadata pane never loads.
In programming mode, the browser shows multiple messages like:
With a message, "Could not load content for https://laserfiche-webclient.domain.com/laserfiche/v11.0.2109.7/is-srcs" etc, etc.
using the original URL, but with https.
Clearly, it is not hip to the redirection URL. So the request is, where this type of redirection takes place, can the redirected URL be added as an internal variable, either set statically or dynamically?
We actually have multiple clients looking for this.