Bug
| Bug ID Number | BUG-000177094 |
|---|---|
| Submitted | June 11, 2025 |
| Last Modified | October 27, 2025 |
| Applies to | ArcGIS Experience Builder developer edition |
| Version found | 1.17 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Version Fixed | Planned Release Date: Q4 2025 |
| Status | Fixed |
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>
Bug ID: BUG-000177094
Software:
Get help from ArcGIS experts
Download the Esri Support App