You are viewing limited content. For full access, please sign in.

Question

Question

Lastest Version of WebLink and iFrames

asked on March 29, 2018

Good Afternoon,

We just upgraded to WebLink 10.0.0.915 and are experiencing a problem with iframes. We embed WebLink documents into our site via an iframe. Before the upgrade, this worked fine. Now, we just get a blank screen. If we hit the URL directly outside of the iframe, it works perfectly - showing that the Weblink system still works. 

 

Please help!

0 0

Answer

SELECTED ANSWER
replied on October 15, 2019

Found the problem. The iframe url was pointed to http:, when it should have been https:.

2 0

Replies

replied on March 29, 2018

If the two hosts are on different domains then you will need to edit line 142 of the web.config file.  In an effort to improve protections against click-jacking (more info here), the default configuration will not allow WebLink to be embedded in an iframe from another domain.  You can either comment it out, remove it, or update it with the host of the frame that you want to allow.

2 0
replied on October 10, 2019

In another instance of weblink, we're having the same problem.

Tried commenting out <add name="X-Frame-Options" value="SAMEORIGIN" /> in web.config. Still blank. Also tried <add name="X-Frame-Options" value="*" />. No luck.

Is there something else I'm missing?

0 0
SELECTED ANSWER
replied on October 15, 2019

Found the problem. The iframe url was pointed to http:, when it should have been https:.

2 0
You are not allowed to follow up in this post.

Sign in to reply to this post.