how i display mashup in iframe?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
how i display mashup in iframe?
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.
- Labels:
-
Design
-
Mashup-Widget
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
