laptop and a wrench

漏洞

When an experience is configured with a feature layer or table as a data source and no webmap is used within the experience REST JS authorization oath callback fails with a 404 error.

ArcGIS Experience Builder developer edition
漏洞 ID 编号 BUG-000177094
已提交June 11, 2025
上次修改时间August 5, 2025
适用范围ArcGIS Experience Builder developer edition
找到的版本1.17
操作系统Windows OS
操作系统版本10.0 64 Bit
状态In Product Plan

解决办法

Allow longer URLs in the web config. Simply add everything in the <security> tag to increase the allowed query string and URL size.

<?xml version="1.0" encoding="utf-8"?>

<configuration>

 <system.webServer>

  <security>

   <requestFiltering>

    <!-- raise these values to accommodate your long OAuth callback URLs -->

    <requestLimits maxQueryString="8192" maxUrl="8192" />

   </requestFiltering>

  </security>

 </system.webServer>

</configuration>

重现步骤

漏洞 ID: BUG-000177094

软件:

  • ArcGIS Experience Builder developer edition

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项