How to Hide Decisions Custom URL Parameters?
Greetings,
I've read this Decisions documentation (https://documentation.decisions.com/docs/custom-url-parameters) to know how to add custom URLs to the Decisions URL. However, the parameters can be exposed in an HTTP GET request. Can I send the parameters without exposing them like an HTTP PUT request or something similar?
For example, I want the user to go to a page on the portal without showing the native Decisions navigation menus and other options. The “&chrome=Small” parameter works well for what I want to do. However, a user could modify the URL to remove the parameter through the method described above. How can I prevent that, so the user never sees the portal navigation?
Comments
-
Hello there!
Unfortunately, do not currently have any way to prevent users from manipulating the URL query parameters as you've described.
-Gregory, Decisions Support
