geopython / GeoHealthCheck

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

Add option for a CORS check to WMS/WFS probes #425

Open pvgenuchten opened 2 years ago

pvgenuchten commented 2 years ago

Last month we ran into a problem that CORS was broken on our services due to a k8s ingress update, unfortunately we only noticed some weeks later. Would be good to have the option to activate a CORS header check on our WMS/WFS probes

The check would validate if a header "Access-Control-Allow-Origin: " exists (or with a parameter to set to a selected domain).