Zum Hauptinhalt gehen

Issues using identify w/ buffer on Windows Authenticated service

Kommentare

2 Kommentare

  • James Brink
    Peter

     

    We got the same problem and reported it in 2016 (Case Number: 00078676).

     

    What is your Geometry service? Are you using the ESRI geometry service? Your own geometry service?

     

    We proxy our map services and our geometry service wasn't getting proxied, all other services proxied. GeoCortex helped us add a proxy rule to our index.html where it would add a proxy to any service that wasn't proxied.
    0
  • Permanently deleted user
    @Jimmy,

     

    We use our own geometry service and that part is working okay - the buffer request does not get proxied and it returns a valid json object to the client app.  The problem seems to be with the query request (next step after buffering) which returns a 401 error.  When I looked closer at the requests in the dev console yesterday it actually appears that the request is sent multiple times - first with no authentication header, then with a couple different auth header strings - the last one seems to work (returns http 200 response) but the client still says there was a problem and doesn't show the results.  The same request, however, will work flawlessly if we don't buffer it.

     

    We removed all proxy configurations because the default proxy will not pass any windows authentication credentials.
    0

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