Passing a value to a Widget like the Calendar helper sometimes does not encrypt the query string with the other values. Example here: https://platform1.krisesystems.com/IDE/ ... W-20000000
When you go to the calendar helper the value in the textbox is passed at the end of the ep_param in clear text "&AllowPast=test": view-source:https://platform1.krisesystems.com/DV/A ... wPast=test
Values passed from Model to iFrame aren't encrypted
-
- Posts: 13
- Joined: February 4th, 2022, 3:47 pm
- Contact:
-
- Posts: 329
- Joined: August 26th, 2021, 9:18 am
- Contact:
Re: Values passed from Model to iFrame aren't encrypted
Type JavaScript and Field which generates JavaScript for you will not get encoded because they are pulled from the page and it never goes back to the server to form the url. To encrypt it you would need to pass it to a controller first.
word count: 63