Does anyone know how the instanceData property of a Geocortex request is encoded?
The entire request is JSON- key-value pairs, arrays, quoted strings, etc. - but the instanceData value is encoded. It looks similar to Base64 until you look closely and see slashes (/) and plus signs (+) throughout the string. I tried various online Base64 decoders but those I tried have been unable to decode the string.
Here's a very small piece of what found in Fiddler:
"instanceData":"Rrfqn+xQO2IEFTMoYXBfnZQU9FlQf8fCqfRUvCMjc78zthft4xWTh/sIaKW0ySzVnpbSDAog293K+XX32jR/20bxw51t
أكثر...
The entire request is JSON- key-value pairs, arrays, quoted strings, etc. - but the instanceData value is encoded. It looks similar to Base64 until you look closely and see slashes (/) and plus signs (+) throughout the string. I tried various online Base64 decoders but those I tried have been unable to decode the string.
Here's a very small piece of what found in Fiddler:
"instanceData":"Rrfqn+xQO2IEFTMoYXBfnZQU9FlQf8fCqfRUvCMjc78zthft4xWTh/sIaKW0ySzVnpbSDAog293K+XX32jR/20bxw51t
أكثر...