book
Article ID: CTX477250
calendar_today
Updated On:
Description
ADC :13.0 :HTML respond policy
Resolution
- In order to display the logo/ image on the HTML code, first convert the image file to its base64 encoded equivalent.
- You can make use of website like https://www.base64-image.de/ in order to convert the image file to its Base64 equivalent.
- Now refer the base64 encoded URL in the image tag of the HTML code.
- Next, create the Responder Action and select the Type as Respond with HTML Page and then select the HTML Page.
- Create the Responder Policy and bind it to the virtual server.
According to the Base-64 application, we generate the code and then we copy the first code that the application gave us in the middle of "PK_logo.jpg" that the client had configured in its configuration we delete PK_logo.jpg and we paste all the code that Base-64 gave us in the middle of " ".
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.