Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi
our customer want to display mashup in iframe
so i test that
<iframe id="if1" width="1980" height="1080" style="visibility:visible" src="http://<server>:<port>/Thingworx/Mashups/MonirotingService?appKey=2appkeyHere0&x-thingworx-session=true">
</iframe>
but anything appear
I have annotated all ClickjackFilter.
It still does not show up.
The usage version is 7.3.
thank
Solved! Go to Solution.
Try to inspect the page headers that come from the ThingWorx server.
It might be because you have the following headers sent: ClickjackFilterDeny and ClickjackFilterSameOrigin.
If this is the case, check the server side configuration here: http://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/#page/ThingWorx%2FHelp%2FSecurity%2FAllowingEmbeddedMashupsiniFrames.html%23
Regards,
Emil
Try to inspect the page headers that come from the ThingWorx server.
It might be because you have the following headers sent: ClickjackFilterDeny and ClickjackFilterSameOrigin.
If this is the case, check the server side configuration here: http://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/#page/ThingWorx%2FHelp%2FSecurity%2FAllowingEmbeddedMashupsiniFrames.html%23
Regards,
Emil