PDA

Click to See Complete Forum and Search --> : How can I get a secured webpage into a local buffer variabel


Nov 5th, 2000, 11:06 AM
Hello,

I try to open a secured webpage (https:) to write it into a buffer where I want to retrieve data.

I tried the inet control but was unabel to send the password and username correctly.

inet1.OpenUrl(URL, icstring)
inet1.UserName = "me"
inet1.PassWord = "password"

Can someone help me?

Stephan