This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 6173d5a  Regen docs
6173d5a is described below

commit 6173d5ac097a9390dbba839143d7f2b4a71cc7b9
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Sep 30 09:02:51 2019 +0200

    Regen docs
---
 docs/components/modules/ROOT/pages/http-component.adoc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/http-component.adoc 
b/docs/components/modules/ROOT/pages/http-component.adoc
index 520d9d2..7e8bd18 100644
--- a/docs/components/modules/ROOT/pages/http-component.adoc
+++ b/docs/components/modules/ROOT/pages/http-component.adoc
@@ -544,6 +544,12 @@ To disable cookies you can set the HTTP Client to ignore 
cookies by
 adding this URI option: +
  `httpClient.cookieSpec=ignoreCookies`
 
+== Basic auth with the streaming message body
+
+In order to avoid the `NonRepeatableRequestException`, you need to do the
+Preemptive Basic Authentication by adding the option: +
+ `authenticationPreemptive=true`
+
 == Advanced Usage
 
 If you need more control over the HTTP producer you should use the

Reply via email to