Glassbox

To enable Glassbox integration, complete the following steps:

  1. Enabled the 'glassbox' provision.

  2. Retrieve the UrlPattern from the customer.

  3. In Postman, set onsite integrations for Glassbox as follows:

    {
    
      "isEnabled":[
        {
    
         "source": "cookie",
         "param": "_cls_s",
         "paramValue": null,
         "predefinedArguments": null
        }
    ],
    "parameters": [
        {
         "source": "cookie",
         "param": "_cls_s",
         "putIn": "sessionId",
         "predefinedArguments": null
        }
    ],
    "constantParams": {
     "urlPattern":
    "https://techdemo.clarisite.com:8443/webinterfact/webui/#/sessions/mref:{0}/replay?from={1}&till={2}"
        }
    }