The default configuration of the installed ArcGIS Survey123 website returns an X-Frame-Options error preventing published surveys to be embedded in the Survey widget in ArcGIS Experience Builder developer edition.
ArcGIS Survey123
漏洞 ID 编号
BUG-000161914
已提交
October 6, 2023
上次修改时间
September 26, 2025
适用范围
ArcGIS Survey123
找到的版本
3.18
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
In Product Plan
该问题已添加到开发团队的解决问题中。 对于具有此状态的问题,将在近期版本(下一个或两个版本)中进行解决。 检查问题的“其他信息”或“备用解决方案”部分,寻找可以完全解决此问题的有用信息。
解决办法
Navigate to the ArcGIS Survey123 website installation folder > server > proxy.
Open the file named ‘proxy.js’ in the folder with Text Editor.
Delete the "app.use(helmet.frameguard({ action: 'SAMEORIGIN' }));" line, or add "//" in the front of it to make it a comment.