Hey,
What do you know about device_id, device_id2, signature ?
I've been trying to look at the code available here: https://github.com/azhurb/stalker_portal/blob/c9cce4fe82e014ff3f2941d479f18a0f45f8414a/c/xpcom.common.js
'device_id' : stb.GetUID ? stb.GetUID() : '',
'device_id2' : device_id2,
'signature' : stb.GetUID ? stb.GetUID(this.access_token) : '',
But I dont really know what these mean. I can sniff device_id and device_id2 from a mag250 box using wireshark. These two always stays the same. But the signature changes everytime you reload the mag device.
Do you have any idea how to properly create the signature?
Hey,
What do you know about device_id, device_id2, signature ?
I've been trying to look at the code available here: https://github.com/azhurb/stalker_portal/blob/c9cce4fe82e014ff3f2941d479f18a0f45f8414a/c/xpcom.common.js
But I dont really know what these mean. I can sniff device_id and device_id2 from a mag250 box using wireshark. These two always stays the same. But the signature changes everytime you reload the mag device.
Do you have any idea how to properly create the signature?