Home All Groups Group Topic Archive Search About
Author
1 Mar 2006 1:35 PM
cj
Do I have to build an "ASP.net Web Application" to submit HTTPS
requests?  Or can I use a "Windows Application"?

Author
1 Mar 2006 1:42 PM
dkode8@gmail.com
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.
Author
2 Mar 2006 8:46 PM
Homer J Simpson
"cj" <cj@nospam.nospam> wrote in message
news:uE49FVTPGHA.984@tk2msftngp13.phx.gbl...

> Do I have to build an "ASP.net Web Application" to submit HTTPS requests?
> Or can I use a "Windows Application"?

Windows Application