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


Reply via email to