Question
How to embed Mashup in HTML iframe
- June 10, 2020
- 7 replies
- 3287 views
Hi all,
I'm trying to embed Mashup in HTML iframe, but it throwing error while loading. I went through this PTC article still it throwing error - CS318142
PFA the Web.xml file configuration
HTML Code
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<iframe class="responsive-iframe" src="http://inchetwxdev2/Thingworx/Mashups/TestMashup?appKey=ec1b7ca4-611a-4f1c-97c3-efcdad3fba00&x-thingworx-session=true"></iframe>
</div>
</body>
</html>
Could anyone help me to solve this issue.
Thanks in advance
/VR

