I have a leaflet map that uses the ESRI geocoder. My map gets one location per request, displays that spot on the map[ and does not save the data.
This page says using ESRI's geocoder in that manner is free: https://developers.arcgis.com/rest/geocode/api-reference/geocoding-free-vs-paid.htm
However, today the geocoder sends my map this message:
"code": 499, "message": "Token Required"
Can anyone shed light?