Skip to main content

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.

@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