laptop and a wrench

Erro

The JavaScript Identity Manager requests are incorrectly formatted, causing errors when going through the proxy.

Última Publicação: May 8, 2019 ArcGIS Web AppBuilder developer edition
Número de ID do Erro BUG-000088254
EnviadoJune 10, 2015
Última ModificaçãoJune 5, 2024
Aplica-se àArcGIS Web AppBuilder developer edition
Versão encontrada1.0
StatusNon-Reproducible

Informações Adicionais

This issue cannot be reproduced.

Solução Provisória

A temporary fix can be accomplished by changing the '?' to a '&' in the proxy.ashx file by adding the following code:

 

if ((uri.Split('?').Length - 1) > 1)

{

StringBuilder sb = new StringBuilder(uri);

sb[uri.LastIndexOf("?")] = '&';

uri = sb.ToString();

}

 

After this line:

 

if (uri.StartsWith("http%3a%2f%2f", StringComparison.InvariantCultureIgnoreCase) || uri.StartsWith("https%3a%2f%2f", StringComparison.InvariantCultureIgnoreCase))

 

The following namespace also needs to be added:

 

using System.Text;

 

Now, the application runs as expected.

 

Please also see the attached proxy.ashx file for reference.

Etapas para Reproduzir

ID do Erro: BUG-000088254

Software:

  • ArcGIS Web AppBuilder developer edition

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download