"mt" <(E-Mail Removed)> wrote in news:#(E-Mail Removed):
> Is there any VB.NET sample code that can demo this featuers?
> Or what function/controller can be used for this ?
> I learned about others using MSHTML controller but the one I got did
> not demo how to incorporate the passing up of Username Pwd to match
> the URL's POST request.
The standard HTTP web request will work fine. .NET has HTTP classes under
System.Net
But before you start, I suggest you look at documentation on how POST
works. Also hook up a packet sniffer (i.e. Ethereal or TCPTrace) and
capture some HTTP conversation data... this should help you greatly in
determining what sort of data to send.
|