Yes, send the request to another http server (like
http://server:port/file.php?param1=value1¶m2=value2...)
This is the only authentication mode supported.
Matt
willem.jiang wrote:
>
> Why do you want to do this?
> Do you want to send the request to another http server?
>
> Willem
> matthouston23 wrote:
>> Hi,
>>
>> How to reproduce Basic Authorization HTTP header like this
>>> byte[] authBytes =
>>> Encoding.UTF8.GetBytes("user:password".ToCharArray());
>>> request.Headers["Authorization"] = "Basic " +
>> Convert.ToBase64String(authBytes);
>> with Http Component?
>>
>> Regards
>>
>
>
>
--
View this message in context:
http://old.nabble.com/Basic-Authorization-HTTP-header-with-HttpComponent-tp28345699p28350023.html
Sent from the Camel - Users mailing list archive at Nabble.com.