https access?

  • Thread starter Thread starter kwele
  • Start date Start date
K

kwele

I am trying to write a vb form app which needs to copy http pages. It
seems appropriate to use HTTPWebRequest for this purpose.

However, I need to use HTTPS protocol, passing a username and
password. I can't figure out how to force the class to use HTTPS
rather than HTTP.

Can anyone help? TIA
 
Hi Kwele,

I think that when I was you I would ask this question as well in the
newsgroups

microsoft.dotnet.languages.vb
and
microsoft.dotnet.framework.aspnet

After that I had looked at this website.

http://www.indyproject.org/indy.html

And crossposted, what means one message with two newsgroups in it.

I hope this helps?

Cort
 
kwele said:
I am trying to write a vb form app which needs to copy http pages. It
seems appropriate to use HTTPWebRequest for this purpose.

However, I need to use HTTPS protocol, passing a username and
password. I can't figure out how to force the class to use HTTPS
rather than HTTP.

Simply specify https:// as protocol... but I guess that's not your true
problem here, right?

Cheers,
 
Back
Top