Passing confidential information from portal to webchatbot
Hi Team,
We have a requirement to get account number from portal to webchatbot channel once the customer initiates the chat. referring to "pegaHelperExtension.js" provided by Pega OOTB we see there are setCookie and getCookie functions to fetch these inputs. But these variables are visible in the network trace and leads to client security concern.
sample snippet from pegaHelperExtension.js file
pegaAParamObj.AccountNumber=getCookie("AccountNumber");
Can you please suggest any secure way to achieve this requirement?