hansva commented on issue #7621: URL: https://github.com/apache/hop/issues/7621#issuecomment-5069753691
No worries, this platform is here for bugs. After re-reading I guess the root issue is that without the REST connection we are automatically adding the Content-Length header, which is a semi-mandatory header for POST requests (it isn't according to the spec, but a lot of services need it), which isn't happening when using a connection. Our unit test framework uses Docker, for the HTTP tests, the Compose file can be found [here](https://github.com/apache/hop/blob/main/docker/integration-tests/integration-tests-http.yaml) We use a couple of different services for different scenarios: - kennethreitz/httpbin a very simple service that returns whatever you send to it back to you - castlemock/castlemock a mocking service for SOAP and REST calls - tomcat (used to test SSL configurations) - nginx (not 100% sure why we have this service running, seems to be for SSL too) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
