Select to view content in your preferred language

How to make HTTP request to get layer structure in json from secured FeatureLayer ?

275
0
02-26-2013 06:22 PM
AAAAAA2
New Contributor
Sorry for my english

I have to develop android application to request for FeatureLayer structure in json format like this

http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Earthquakes/Since_1970/MapServer/0?f=pjso...

anyway in secured FeatureLayer I need token to access any information but I only have user and password

how can I get token from my secured FeatureLayer or request information with user and password ?


In ArcGIS API for iOS using dataForURL method from AGSRequest by sending url, user and password

http://resources.arcgis.com/en/help/runtime-ios-sdk/apiref/interface_a_g_s_request.html#ae7a1eb75d6c...

have ArcGIS API for Android have equivalent method for dataForURL ?
0 Kudos
0 Replies