Thanks Juan,
I did find something more, the HHTP has something called basic
authentication where you send login name, a colon, and the password, and
all these are concatenated after being encoded in base64. Need to find
how to do it in my CVI program.
I was hoping something ran into into similar problems.
vishi
JuanCarlos wrote:
> Hello Vishi,
>
> I'm definitely no web programming expert, but I believe you can
> accomplish this by writing to the server the right commands. Basically
> when you type the name and password and submit the data, you are
> writing this to the web server. The main challenge here is to find the
> right format in which the name and password has to be written.
>
> One possible option is to get one of those pieces of software
that
> allows you to monitor whatever is going through an Ethernet port; then
> monitor the response that the browser sends when the name and password
> are submitted. Of course the best option is to find out on the web how
> to submit names and passwords.
>
> Just my 2 cents!
>
> Regards,
>
> Juan Carlos
> N.I.