Question
Mashup URL obfuscation without PRGateway
Hi All,
In my customer, we are using Mashup with no gateway and Pega 7.2.1. After sniffing the traffic between a third party application we have to integrate with for authentication purposes, I can see that the headers are in clear text and that is something we want to avoid (STANDARD?pyActivity=%40baseclass.doUIAction&action=display&harnessName=XXX&className=XXY...).
I was checking the URL obfuscation and enncryption but I am having some troubles in having that work. I have added to prconfig the following entries :
<env name="initialization/SubmitObfuscatedURL" value="required" />
<env name="initialization/URLEncryption" value="true" />
But it has not worked as expected, in fact it does not work. Is it mandatory to have the PRGateway in order to have this working? Does anyone know how to achieve it?
Many thanks!
Hi Herim,
For the URL obsfucation, you need not to have PRGateway. We need to just update the prconfig.xml with the parameters you have used. i.e.:
<env name="Initialization/SubmitObfuscatedURL" value="required"/>
<env name="Initialization/Urlencryption" value="TRUE"/>
Could you please clarify , what issues you are facing .
Thank you