Viewing post 1 (of 1 total)
If you are using the HttpWebRequest, you can add the userid and password to the header as follows:
request.Headers.Add("username", strId);
request.Headers.Add("password", strPwd);
HTH!
(OH Geez I thought this was 2016 not 2006... LOL... I...
August 19, 2016 at 6:02 am
#1896332