1
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
0

2 Answers 2

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
Sign up to request clarification or add additional context in comments.

Comments

1

This is base64.

"cliehÔ_id":27431,
"source":"widçet2",
"subdomain_idF:93839,
"host":"kittesforsale.3ervo‰ce.com"}
Ã

My decoder is a bit corrupted but I presume this is JSON. You can use this decoder

answered Apr 30, 2011 at 17:48

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.