Hi, we need to capture the url of internal sites without the querystring as it could expose PII. Has anyone been able to do this with jquery in the web page data extractions?
Â
I have tried the following and confirmed that the console on the browser developer tools shows what is expected but the data is not captured by the Task Mining tool.
Â
The result captured is:
Â
<
  {
    "key": "url-hostname",
    "data": ;]
  },
  {
    "key": "url-pathname",
    "data": ]
  },
  {
    "key": "url-location",
    "data": o]
  },
  {
    "key": "url-document",
    "data": -]
  }
]
Â
Thanks
Â