I want to Remote desktop mashup inside other website frame is one the way but I want to by pass entering credentials of thingworx from that.
Hello, can you elaborate on your use case? I am not sure what it is you need to do.
Thanks!
Tori
I am referring to the case of embedding one web page inside other webpage, so here take remote desktop control provided by thingworx mashup is like a webpage which I want to embed inside other website but don't want Thingworx instance username password to asked by mashup.
Jitender, did you want to embed a ThingWorx Mashup in your custom webpage? This Mashup would have the Remote Desktop widget, right?
yes thats correct
Hi jitender hooda
It may be possible that you found your answer, for those who is looking for the same here is a sample code to embed twx mashup in webpage through iframe:
<html>
<head></head>
<body>
<iframe src="http://localhost:8080/Thingworx/Mashups/DesktopWidgetMashup?appKey=YOUR_APPKEY&x-thingworx-session=true"></iframe>
</body></html>
Thanks,
Meenakshi