geopython / GeoHealthCheck

Service Status and QoS Checker for OGC Web Services
https://geohealthcheck.org
MIT License
84 stars 71 forks source link

Handle JSON error messages for ESRI FeatureServer Probe #286

Closed justb4 closed 5 years ago

justb4 commented 5 years ago

The ESRI FeatureServer Probe assumes that errors like auth errors are communicated via HTTP response codes. This is not in all cases. In some cases the ArcGIS server may return HTTP 200 with a JSON error message like:

image

Solution

The Probe should check JSON response for errors.

justb4 commented 5 years ago

solved via #287