400 error (Bad request) when trying to connect to the test suites endpoint (Docker)
why-not-try-calmer opened this issue · 2 comments
why-not-try-calmer commented
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:
- Start a Docker Compose application with a service running the
ets-ogcapi-features-10
official Docker image, usingports: [8081:8080]
to make the container accessible from the localhost. - Use a programming language (i.e. python's
requests
module) to make a GET request against the URL mentioned above. - 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
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
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.