Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Can I retrieve User Agent on Login from Vuforia View which Device logged in something like this in Thingworx or is there some other way to get device information on Login and other cookies too?
// Get device info (User-Agent)
var userAgent = me.GetIncomingRequestHeader({name: "User-Agent"});
Hi @SS_11298241,
Not sure if this is what you want but check out this article and community post - Define functions to check the different mobile platforms
navigator.userAgent and navigator.userAgentData seem to contain the device information you want.
You can capture the data through script in Studio project and send it to ThingWorx if needed.
Best,
Hello @SS_11298241 ,
The community Post How to transfer Vuforia View User login detail into thingworx, looks to be an answer to your questions can you please review.
Regards
Pehowe
Hello @SS_11298241
It appears that your question has received a possible solution. For the benefit of other Community Members who may have the same question, it would be great if you could designate it as the Accepted Solution.
In the event that this response did not answer your question, please post your current status so that we can continue to support.
Thanks for using the PTC Community!
Regards,
pehowe