Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is also support for proxy authentication via the proxyUsername and proxyPassword options.

Using proxy settings from Java System Properties

Only for >= Camel 2.0
The HTTP component will detect Java System Properties for http.proxyHost and http.proxyPort and use them if provided.
See more at SUN http proxy documentation.

Configuring charset

If you are using POST to send data you can configure the charset using the Exchange property:

...