Skip to main content

Secured Services & Workflows

Comments

1 comment

  • Tom Neer

    Accessing secured services fine. There are a few little things that I ran into.

    • If ArcGIS Server and GeoCortex are installed on the same machine, be sure to access the token using the IP address not the URL
    • The query string needs to have a "?" at the end. So my query service url looks like "https://yoursever/ArcGIS/rest/services/DDS/Demo/MapServer/6/query?"
    • Remember that the SelectDisplayFeatureResults Map Service ID and Layer ID are from GeoCortex not ArcGIS Server

    I always test my queries directly on ArcGIS Server to make sure they work before committing them to a workflow. And Fiddler is an absolute savior here when things are no working as expected.

    0

Please sign in to leave a comment.