geopython / GeoHealthCheck

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

Several Probes should include Http Error Status Checks #299

Closed justb4 closed 5 years ago

justb4 commented 5 years ago

Is your feature request related to a problem? Please describe. Looks like that several mostly OWS-related Probes report "vague" negative Results. Most Checks Available for these Probes inspect returned content (e.g. Exception, Title element in Capabilities etc). But the first default/Available Check should be that there is no 400,500-range HTTP error.

Describe the solution you'd like Add the Check HttpStatusNoError as first Check to at least all OWSCaps, TMS and other mostly OWS related Probes.

Describe alternatives you've considered N.A.

Additional context N.A.

justb4 commented 5 years ago

Should enhance many a GHC notification report as well.