cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

how i display mashup in iframe?

CHASEONHO
18-Opal

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

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

1 REPLY 1

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

Top Tags