Zum Hauptinhalt gehen

Accessing secure ArcGIS services (token-based) REALLY slow

Kommentare

2 Kommentare

  • Permanently deleted user

    Hi John,

    I don't see any reason that would cause such a drastic delay. Could we get a Fiddler trace of this?

    Thanks!

     

    --Jason

    0
  • Permanently deleted user

    Hi John,

    A 45 second delay sounds like a timeout.

    When you configure Essentials to connect to a token-secured service, it will first try to connect to https://SERVERURL/arcgis/tokens to obtain a token.  Note the https - if your server doesn't respond to HTTPS (SSL) requests, then we'll wait 45 seconds for the token request to timeout.  After that we'll retry on http://SERVERURL/arcgis/tokens.

    To avoid this behavior you must set the tokenUrl in your connection properties.  If your map's REST endpoint is http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/TaxParcel/AssessorsBasemap/MapServer, then the token URL would be http://sampleserver1.arcgisonline.com/ArcGIS/tokens/getToken.

    Regards,

    -Malcolm

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.