Page 1 of 1

automatically fill in login data

Posted: Tue Jan 06, 2015 4:17 am
by petero
I'd like to launch a URl from within Livecode and have the username and password automatically filled in. Any suggestions, code, references or limitations would be very much appreciated. Thanks in advance.

Re: automatically fill in login data

Posted: Tue Jan 27, 2015 4:12 pm
by MaxV
An HTML form is just a plain text page. You should examine the code and send the correct POST or GET value at the page linked by the send button in the form.