PhilipCubix commented on issue #7621: URL: https://github.com/apache/hop/issues/7621#issuecomment-5069626250
Dag Hans, Sorry, that I'm always here with problems, I don't often get to respond to an issue because mostly it is resolved very quickly and closed immedately afterwards. I do appreciate the work that you are doing here a LOT. I've started using Hop since +/- october last year and it has proved a great replacement for Talend which I have been working with before when coding was not an option. Back to the problem at hand: Well, probably, the less difference is between the execution paths, the better: a user that is switching between manually rolling his URL to using rest connections, should not experience differences. So a Content-Length header that is not being added, can cause problems. I didn't manage to make a flow that gets a response that a Content-Length header was missing, but I did manage to create one that throws an error because the Content-Length header may not be added manually 😊. [test POST content-length.zip](https://github.com/user-attachments/files/30345253/test.POST.content-length.zip) A note: the POST request I used with the API I'm working with was empty, while this one isn't, maybe that can explain the difference? Also, can you tell me a bit more about the mocking service you're using? This is probably the guide to setting up such a mocking service? https://hop.apache.org/manual/latest/hop-server/web-service.html -- 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]
