Bug
Bug-ID-Nummer | BUG-000177094 |
---|---|
Eingereicht | June 11, 2025 |
Zuletzt geändert | August 5, 2025 |
Gilt für | ArcGIS Experience Builder developer edition |
Gefunden in Version | 1.17 |
Betriebssystem | Windows OS |
Betriebssystemversion | 10.0 64 Bit |
Status | 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>
Bug-ID: BUG-000177094
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen