|
Hello,
first of all I'd like to say that I like you tool. I use it every day.
Now my question:
Is it possible to use user and password in URL string?
If not could it be implemented:
It would be nice if masterusername and password and also the username and password of the connection settings can be used.
We have different applications where everybody uses the same account and also applications everybody have his own individual account.
Here an example what I mean:
1: individual account
http://server/application?user={masteruser}&passwd={masterpasswd}
2: same account for everybody
http://server/application?user={user}&passwd={passwd}
If the database is implemented we were able to share all connections.
Thanks in advance
|