Erro
Número de ID do Erro | BUG-000177094 |
---|---|
Enviado | June 11, 2025 |
Última Modificação | August 5, 2025 |
Aplica-se à | ArcGIS Experience Builder developer edition |
Versão encontrada | 1.17 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | 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>
ID do Erro: BUG-000177094
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri