Select to view content in your preferred language

ArcGIS REST API and TLS - any implications?

382
0
02-04-2019 09:11 PM
AnthonyCheesman1
Occasional Contributor II

Hi

I'm trying to wade what the implications of the looming TLS upgrade will be to some of my projects.

One thing I can't seem to find any information on is whether there will be any impact to custom applications that utilise the ArcGIS REST API.

I've got a couple of small projects that rely on the REST API to interact with ArcGIS Online datasets. The only calls I use are:

  • /sharing/rest/oauth2/token/ to generate a token
  • /query to query features
  • /addFeatures to add features
  • /deleteFeatures to delete features

All the calls are made to the feature service via a https:// call. Projects are written in Python and use the requests module to execute the calls.

Do I have anything to worry about? And can anyone point me to either a test service or some documentation that may assist?

Thanks

Anthony

Tags (3)
0 Kudos
0 Replies