Urgent need: HTTP-Auth from C#

  • Thread starter Thread starter Zeya
  • Start date Start date
Z

Zeya

A third party site requires all request to have HTTP-Auth.

I have an application running in ASP.net and C# from which I need to
send a request to this site. How can I do this? Meaning HTTP-Auth.


Example will be great help.


Thanks.
 
Hello Zeya,
A third party site requires all request to have HTTP-Auth.

I have an application running in ASP.net and C# from which I need to
send a request to this site. How can I do this? Meaning HTTP-Auth.

Example will be great help.

Have a look at System.Net.WebClient or System.Net.HttpWebRequest on MSDN.

Cheers,
 
Back
Top