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