Tagged Questions
1
vote
1answer
64 views
CORS lets one ArcGIS JavaScript (REST) request through but not the other
I have a problem with Cross-Origin-Requests invoked by the ArcGIS Javascript API.
I'm able to access my web app without any issues if I use localhost:8080. But a REST call (by the ArcGIS JS API) ...
7
votes
3answers
615 views
Programmatic authentication to ArcGIS Server secured layers via RESTful API
I have an ArcGIS 10.1 Server instance exposing secured mapservices on the Internet.
My need is to code down a client application (which I am currently building using the 3.3 version of the ArcGIS ...
2
votes
3answers
582 views
ArcGIS server 9.3.1 Javascript API via REST : Transparency issue
I have two map services , one is tiled service returns a satellite image , and the other is dynamic displays the roads ,POIs and Parcels.
I'm trying to make the dynamic one shows the roads only above ...
6
votes
2answers
2k views
How to navigate the REST endpoints and retrieve Field information programatically
I'm adding a Dynamic Map Service to an ArcGIS Server JavaScript API map, and I need to get hold of each component layer and its fields, so I can run a query.
See the sample ArcGIS Server services ...