Versions Compared

Key

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

...

Using proxy settings from Java System Properties

Only for >= Camel 1.6.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.

Camel will first set the settings from Java System Properties and then the endpoint proxy options if provided.
So you can override the system properties with the endpoint options.

Configuring charset

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

...