opengeospatial / ets-ogcapi-features10

Public Repository for the OGC API - Features Compliance Test Suite
Other
16 stars 6 forks source link

400 error (Bad request) when trying to connect to the test suites endpoint (Docker) #205

Closed why-not-try-calmer closed 6 months ago

why-not-try-calmer commented 1 year ago

Describe the bug Connecting to the endpoint at http://<service_name>:8080/teamengine/rest/suites from a GET request fails on error 400.

To Reproduce Steps to reproduce the behavior:

  1. Start a Docker Compose application with a service running the ets-ogcapi-features-10 official Docker image, using ports: [8081:8080] to make the container accessible from the localhost.
  2. Use a programming language (i.e. python's requests module) to make a GET request against the URL mentioned above.
  3. Witness error 400.

Expected behavior I should be able to see the list of available test suites. The test suites are visible if I make the same request from a browser, using localhost:8081.

dstenger commented 1 year ago

Thank you for reporting. Can you please give more details of the response? What exact headers and body were returned?

why-not-try-calmer commented 1 year ago

Thank you for reporting. Can you give more details of the response? What exact headers and body were returned?

Thanks for your quick response. Will do when back home.