Using ESRI Reqeust instead of queryTask.execute

764
2
11-15-2013 12:24 AM
vinayb
by
New Contributor III
HI All,

   We are facing issue in our application where when we queryTask is makes GET request bcoz of this sinqle quote in present in the url which is protected by SiteMinder. Hence we are forced to do POST request.  i found no way in query task to do .

     Hence I am using esriReques to do the same. but the problem is i am not getting the graphic object.Has anybody done this?
0 Kudos
2 Replies
JonathanUihlein
Esri Regular Contributor
I'm not familiar with SiteMinder in particular but were you able to get queryTask working by escaping the ' in your URL?
0 Kudos
vinayb
by
New Contributor III
Yeah I was able to using usePost attributen in esriRequest
0 Kudos