Question
Get UserAgent on Login in Thingworx from Vuforia View
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"});

