Docusign Refused to display

和自甴很熟 提交于 2020-03-06 09:27:11

问题


I am trying to implement embedded DocuSign sender view, I am using the node SDK to get the URL and display it in the Iframe, the problem is that when I try to open it, I get the following error.

Docusign Error

This happens in Safari v13.

Anyone who has gone through the same thing that can help me?


回答1:


Most browsers protect you against using a page in an iframe that comes from a different domain. to overcome this you have to tell the browser that it's safe and you are OK with this. Add this to your top HTML page:

"xFrameOptions": "allow_from",
"xFrameOptionsAllowFromUrl": "https://docusign.net"


来源:https://stackoverflow.com/questions/59971140/docusign-refused-to-display

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!