Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Can I retrieve User Agent on Login from Vuphoria 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"});