Callisto Knowledge Base

This page is optimized for desktop computers and tablets. To access it, try one of the following points:

  • Access this page from a different device.
  • If you’re on a tablet, rotate it.
  • Check the “Desktop site” option in your browser settings.
Return to CTModule homepage
Knowledge Base

HtmlPanes

Table of Contents
HtmlPane icon
Add New
HtmlPane
icon

COC is capable of opening web pages inside the application. To configure this function, click the HtmlPane button and click Add New HtmlPane. Provide a name for the pane and the URL of the web page to load inside the pane.

The URL field supports string interpolation for the following two literals:

  • %user%: Will be replaced with the name of the currently logged in user.
  • %pwd%: Will be replaced with the currently logged in user’s password.

Example: You set the following URL in the HtmlPane configuration:

https://www.example.com?userid=%user%&password=%pwd%

A COC Client agent logged in with the user name FredBloggs and the password yrghZag2AGy6Nlf will access the following URL when opening the pane :

https://www.example.com?userid=FredBloggs&password=yrghZag2AGy6Nlf

Warning: When using string interpolation, you will be transmitting user credentials in plain text to the configured URL. Make sure to use this feature only with trusted URLs.

After creating the HtmlPane, assign it to the client in the Client pane.