我正在构建我的应用程序和Docusign之间的集成。这是流程:
我正在使用API调用:Recipientv2 / accounts /:accountId / envelopes /:envelopeId / views / recipient(http://iodocs.docusign.com/#)
除了第6步,一切都很好。
在我的应用程序中使用此流时,我在FF中收到此错误:
Load denied by X-Frame-Options:
http://localhost:8080/#/land/10000?event=decline does not permit
framing.
在Chrome中我得到:
Refused to display 'http://localhost:8080/#/land/10001?event=decline'
in a frame because it set 'X-Frame-Options' to 'DENY'.
我使用的是tomcat,spring,angularJs,....
任何提示?
由于
答案 0 :(得分:0)
您遇到的问题根本与DocuSign无关 - 您尝试在iFrame中显示的页面设置为不允许在iFrame中显示。
您需要在尝试重定向的localhost页面上设置X-Frame-Options
标题:
X-Frame-Options SAMEORIGIN, GOFORIT