Skip to main content
18-Opal
April 5, 2018
Solved

how i display mashup in iframe?

  • April 5, 2018
  • 1 reply
  • 2431 views

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

Best answer by eferent

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

1 reply

eferent12-AmethystAnswer
12-Amethyst
May 28, 2019

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