Open Maertuerer opened 10 years ago
NemesisID is an encoded json string, representing two values passed in one parameter (json=), this is the decoded sample string: {"nemesisSoftwareVersion":"2013-11-05T00:10:10Z c0bfd67a2024 opt","deviceSoftwareVersion":"4.2.4"}
After you encode it with java.net.URLEncoder.encode, it should be something like: %7B%22nemesisSoftwareVersion%22%3A%222013-11-05T00%3A10%3A10Z%20c0bfd67a2024%20opt%22%2C%22deviceSoftwareVersion%22%3A%224.2.4%22%7D
Thanks a lot, I got it to work =)
Hey duplicat is there a way to write you a pm?
Thanks in advance!
duplicat at gmx.com
Would be great to know how to get the current nemesis ID! =)
Hope you can help, Dustin