KBoersch commented on issue #2917:
URL: https://github.com/apache/hop/issues/2917#issuecomment-1632312230

   I can confirm the problem. Until 2.2 I can send a POST request with HTTP 
POST. After that, until now (2.5) I can't. If I use the Rest Client transform 
instead, I'm able to send my POST request again.
   
   I'm sending the request to a report-server, that expects the following json 
body:
   
   {"submit":"submit",
   "reportname":"Reportname",
   "gitlab_branch":"MASTER",
   "jobname":"2023-07-12-10-25"}
   
   content-type json, that's it.
   
   The body and content-type remains the same in rest client transform.


-- 
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]

Reply via email to