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

Question

Question

Are you allowed to frame forward using weblink?

asked on March 1, 2019

I would like to redirect the website visitors to another site (domain), but do not show them the destination address, so they do not know about the redirection.  Right now, it states that it refuses to connect and the content cannot be displayed in a frame.  What would I need to do to get this rectified?

0 0

Answer

SELECTED ANSWER
replied on March 1, 2019

FYI - I was able to resolve this issue by the following.

Locate web config file in your web files and amend the following value: "SAMEORIGIN" with your URL for frame forwarding.

See below...

<httpProtocol>

      <customHeaders>

        <add name="Cache-Control" value="no-transform" />

        <add name="X-Frame-Options" value="http://mywebpage.com" />

      </customHeaders>

    </httpProtocol>

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.