Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed 'httpClient.contentCharset=iso-8859-1' for configuring the request content charset, because this has only an impact for the response

...

Code Block
exchange.setProperty(Exchange.CHARSET_NAME, "iso-8859-1");

Or the httpClient options: httpClient.contentCharset=iso-8859-1

Sample with scheduled poll

...