Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


barefootguru
2019-06-17T23:22:36Z
I'm using XML to get job information out of VisualCron, e.g. http://localhost:8001/VisualCron/xml/Variable/List

But the value stored in the variable is encoded/encrypted, e.g.

<ValueObject>cwOVa24MplCK68tIq2yd2+0fII2gxRVK8UIghzrVi9EecC4XAxINaw==</ValueObject>

How can I extract the actual value from this?
Sponsor
Forum information
Support
2019-06-18T19:26:20Z
Hi,

we added a new method in this build: https://www.visualcron.c....aspx?g=posts&t=9532 

Variable_GetValue
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
barefootguru
2019-06-18T21:14:47Z
Is there a way to decode the value in the XML files?
Support
2019-06-19T16:51:09Z
Originally Posted by: barefootguru 

Is there a way to decode the value in the XML files?



This is what the new method does.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
barefootguru
2019-06-19T22:21:59Z
But I'm reading the XML files with external code, so the method isn't available?
Scroll to Top