## Intro See [this discussion on Gitter](https://gitter.im/opengeospatial/WFS_FES?at=5d8f6c997fe6a605d1463416) ## Problem There is no default format for `OGC API Features` (formerly `WFS3`) responses. Current [WFS3 Probes](https://github.com/geopython/GeoHealthCheck/blob/master/GeoHealthCheck/plugins/probe/wfs3.py) assume JSON responses. ## Solution Enforce JSON responses, e.g. by adding `?f=json` to request URLs.