Open
Description
Description
This request fails:
curl --location --request POST 'https://demo.pygeoapi.io/master/collections/obs/items'
This request succeeds:
curl --location --request POST 'https://demo.pygeoapi.io/master/collections/obs/items' --data-raw '{}'
My understanding is that a POST request shouldn't necessarily need a body (there's some discussion around https://stackoverflow.com/questions/4191593/is-it-considered-bad-practice-to-perform-http-post-without-entity-body ). Is this behavior expected?
Steps to Reproduce
curl --location --request POST 'https://demo.pygeoapi.io/master/collections/obs/items'
Expected behavior
I'd expect these requests to work and return identical result sets.
Environment
- pygeoapi version: 0.20.dev0