不具合
不具合 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 Support アプリのダウンロード