Cross Origin settings in web.config

We are really struggling with getting a guide to show on our site. When implemented with a cross origin policy in our web.config, we just can't get it to work. Without any cross origin policy, the guide shows fine, but that is too "unsafe" for the company. We would like to specifically allow access to pendo, but nothing else.

This is what we currently have (that does not work) in the web.config:

<add name="Cross-Origin-Opener-Policy" value="cross-origin"/>
<add name="Cross-Origin-Embedder-Policy" value="require-corp"/>
<add name="Cross-Origin-Resource-Policy" value="cross-origin"/>
<add name="Access-Control-Allow-Origin" value="https://app.pendo.io"/>

Can anyone help with this?

0

コメント

1件のコメント
  • Following.  We're seeing the same issue for our customers where they can't view the Resource Center or Guides.  Looking at the network traffic with one client this week, it seemed to indicate a cross origin policy being the cause. Our clients have taken the suggested steps by Pendo to whitelist the IP addresses as well. 

    0

サインインしてコメントを残してください。

お探しのものを見つけられませんでしたか?

新規投稿