Select to view content in your preferred language

IdentityManager appending '&' character at the end of the URL

2047
1
Jump to solution
03-26-2013 08:00 AM
MatejVrtich1
Occasional Contributor
Hi,

I am using IdentityManager to handle token authentication in my SL application.

The application is calling custom SOE thru ArcGISWebClient class, which ensures the authentication challenge on IdentityManager.

However, the IdentityManager seems to append '&' character at the end of the URL of the SOE call.
This causes the following error on the SOE:
{"error":{"code":500,"message":"An unexpected error occurred processing the request.","details":[]}}

You can test this on public ElevationsSOE:

Correct request: http://sampleserver4.arcgisonline.com/ArcGIS/rest/services/Elevation/ESRI_Elevation_World/MapServer/...

Incorrect request: http://sampleserver4.arcgisonline.com/ArcGIS/rest/services/Elevation/ESRI_Elevation_World/MapServer/...

Have you anybody encountered this issue?

Thanks,
Matej
0 Kudos
1 Solution

Accepted Solutions
DominiqueBroux
Esri Frequent Contributor
Thanks for reporting that issue, you'll try to get it fixed as soon as possible.

View solution in original post

0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor
Thanks for reporting that issue, you'll try to get it fixed as soon as possible.
0 Kudos