Solved

Is the http client destination missing the http body input?

  • 3 February 2022
  • 1 reply
  • 74 views

The http client processor piece has an area to put the http body, but the http destination doesn’t seem to have that same input. Using a PUT method for both.

icon

Best answer by Giuseppe Mura 3 February 2022, 22:52

View original

1 reply

Userlevel 3
Badge

@xarnthehero actually the HTTP client destination behaves much more like all the other destination - the payload it passes over to the the HTTP endpoint (REST endpoint) is actually the entire content of the record as it is received into the destination; the format is determined by the configuration settings you pick in the Data Format tab, typically it would be set to JSON, if you’re POSTing a REST service.

I hope that makes sense!
 

Reply