What is the function that base64 decode and encode a string for the dashboard’s rules? I am trying to get a hold of the state parameter which is passed in encoded.
ATOB and BTOA is not working.
var state = JSON.parse(atob(state));
This is yelling at me and stating that atob is not a function. Is there some library that I need to include within my script in the rules? Is there some other function I can use instead?
I did not find a solution for this issue. From what I can remember I had to find a different way to solve my problem without using a rule. Never got base64 decoding to work.
Sorry for such huge delay in response! We’re doing our best in providing you with best developer support experience out there, but sometimes our bandwidth is not enough comparing to the number of incoming questions.
Wanted to reach out to know if you still require further assistance?