geopython / geopython/GeoHealthCheck
Add option for a CORS check to WMS/WFS probes
Open
enhancement
- Dominant language
- Python
- Stars
- 92
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
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).
Contributor guide
Assessment
This issue has not been assessed yet.