Logo/image not loading in maintenance page using Responder Feature

Logo/image not loading in maintenance page using Responder Feature

book

Article ID: CTX222273

calendar_today

Updated On:

Description

Logo/ Images not loading for the maintenance page referred in the Responder Action. The Text referred in the HTML code is referred without any issue.

Resolution

  1. In order to display the logo/ image on the HTML code, first convert the image file to its base64 encoded equivalent.
  2. You can make use of website like https://www.base64-image.de/ in order to convert the image file to its Base64 equivalent.
  3. Now refer the base64 encoded URL in the image tag of the HTML code.
  4. Next, create the Responder Action and select the Type as Respond with HTML Page and then select the HTML Page.
  5. Create the Responder Policy and bind it to the virtual server.




 


Problem Cause

The image cannot be directly referenced in the HTML code. The NetScaler would be able to display the image only with the base64 equivalent.