Automatically Login Bookmark
Like this blog? Consider exploring one of our sponsored banner ads...
Here is a quick little trick to automate logging into online applications. Simply create an HTML file and put it on your desktop (or wherever you like), and then by opening this file, you can login to most applications automatically. All you have to change in the file is the url to post the form to and the field names of the values to post. In this simple demo the form will post the variables “username” and “password” to https://www.domain.com/login.php.
[html]
Logging into Application… action="https://www.domain.com/login.php">
[/html]
Warning: This is not secure, as the password is stored in plain-text and is accessible to anyone with access to your computer. Please use with extreme caution.
About this entry
You’re currently reading “Automatically Login Bookmark,” an entry on BRADINO
- Published:
- 12.5.07 / 3pm
- Category:
- Misc
- Tags:
No comments
Jump to comment form | comments rss [?]