We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Expected behavior I'd expect these requests to work and return identical result sets.
Environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
This request fails:
This request succeeds:
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
Expected behavior
I'd expect these requests to work and return identical result sets.
Environment
The text was updated successfully, but these errors were encountered: