http://*.uservoice.com/track.gif?AyJjbGllaNRfaWQiOjI3NDMxLCJzb3VyY2UiOiJ3aWTnZXQyIiwic3ViZG9tYWluX2lkRjo5MzgzOSwiaG9zdCI6ImtpdHRlEnNmb3JzYWxlLn8zZXJ2b4ljZS5jb20ifQ%3D%3D
is that encoding information about the visit? is it a generated id that isn't encoding any other data? is there a way to send data via get that isn't encrypted but just compressed/encoded into a string like that?
asked Apr 30, 2011 at 17:45
john
35.9k12 gold badges49 silver badges62 bronze badges
2 Answers 2
It's encoded with base-64. You can decode it online here (change %3D to =):
http://www.motobit.com/util/base64-decoder-encoder.asp
The result seems to be a JSON object.
answered Apr 30, 2011 at 17:47
Emil Vikström
92.2k17 gold badges144 silver badges178 bronze badges
Sign up to request clarification or add additional context in comments.
Comments
lang-js