Secure https on a load balancer

Expand / Collapse
 

Secure https on a load balancer


If you are using a load balancer that does not support http (vs https), Please set the following setting so the platform can find images and css.

sUrl =”https://www.domain.com/App/Reporting/rs.aspx”;

Izenda.AdHoc.AdHocSettings.ResponseServer = sUrl
Izenda.AdHoc.AdHocSettings.ReportCssUrl = sUrl & "?css=report"
Izenda.AdHoc.AdHocSettings.ToolbarCssUrl = sUrl & "?css=toolbar"
Izenda.AdHoc.AdHocSettings.TabsCssUrl = sUrl & "?css=tabs"



Details
Type: How-To
Options