漏洞
漏洞 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 专家的帮助
下载 Esri 支持应用程序