C cj Mar 1, 2006 #1 Do I have to build an "ASP.net Web Application" to submit HTTPS requests? Or can I use a "Windows Application"?
Do I have to build an "ASP.net Web Application" to submit HTTPS requests? Or can I use a "Windows Application"?
D dkode8 Mar 1, 2006 #2 You can use the HTTPClient class in a windows application to simulate browser requests. take a look at this link: http://support.microsoft.com/default.aspx?scid=kb;en-us;303436#appliesto thats in csharp, but it shouldnt be hard to convert the code.
You can use the HTTPClient class in a windows application to simulate browser requests. take a look at this link: http://support.microsoft.com/default.aspx?scid=kb;en-us;303436#appliesto thats in csharp, but it shouldnt be hard to convert the code.
H Homer J Simpson Mar 2, 2006 #3 Do I have to build an "ASP.net Web Application" to submit HTTPS requests? Or can I use a "Windows Application"? Click to expand... Windows Application
Do I have to build an "ASP.net Web Application" to submit HTTPS requests? Or can I use a "Windows Application"? Click to expand... Windows Application