automatically fill in login data

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
petero
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 59
Joined: Sat Jan 20, 2007 4:09 am

automatically fill in login data

Post by petero » Tue Jan 06, 2015 4:17 am

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.

MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

Re: automatically fill in login data

Post by MaxV » Tue Jan 27, 2015 4:12 pm

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.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Post Reply

Return to “Internet”