Launch and login SQL Buddy via URL or HTTP request?
270 views
Skip to first unread message
customrayguns.com
unread,
Jul 29, 2012, 2:16:25 AM7/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sql-...@googlegroups.com
I want to launch and login to SQL Buddy from a HTML page. Is there a way to pass the login credentials to the DB via a HTTP request? Either as GET variables [i.e. something like http://mywebsite.com/sqlbuddy/index.php?login=example&password=asdf ] or via the POST variables? For example, I could make an anchor that logs the user into SQLBuddy and directly logs them into the DB. I understand the security issues, this is for a Admin backend.