Support Article
URL encryption is not working in Web mashup(non gateway)
SA-26628
Summary
When user setup web mashup gadget with no-gateway and tries to set the URL encryption to true, URL is not rendering the web page.
Error Messages
2016-06-03 15:37:56,671 [http-apr-8080-exec-1] [ STANDARD] [ ] [ ] ( mgmt.util.URLObfuscation) ERROR 10.1y3.12x.xxx- Obfuscated URL tampering - unable to derive cleartext data
On Web page,
Uncaught Syntax error: Unexpeted token
Uncaught ReferenceError: Pega is not defined
Steps to Reproduce
Create web mashup URL and in the gadget HTML, give the URL encryption to true: pega.web.config.encrypt= true;
Root Cause
While connecting to Pega host with URLEncryption enabled, requests going through mashup gateway requires web.config.encrypt=true in gadget html.
This setting is not applicable or supported in case of no-gateway gadget configurations.
Resolution
Here’s the explanation for the reported behavior:
User's gadget can leverage HTTPS (SSL) to encrypt the outgoing requests to Pega.
In fiddler user cannot see data (including GET) sent to server, so there will not be any middle man attacks.
Published August 22, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.