Connecting automatically
See original GitHub issueHi,
first of all - myrtille is really easy to use compared to Guacamole 😃
I’d like to embed myrtille into an existing web application using an iframe. Using the described link algorithm, I have:
https://<host>/myrtille/?__EVENTTARGET=&__EVENTARGUMENT=&server=localhost&domain=<domain>&user=<user>&password=<password>&program=calc.exe&connect=Connect%21
When the page is loaded, the password has not been written to the password field and it does not seem to be connecting (automatically). Is the link somehow wrong? Or is this intended behaviour?
I am currently working around it by posting a message to the myrtille iframe and executing some custom JavaScript which sets the password field and simulates a click on the connect button.
Thanks for your feedback!
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (4 by maintainers)
Top GitHub Comments
Fixed it and updated the release 1.5.0.
If you don’t specify a display resolution into the url, it will now autodetect it from the client. If you do, it will override it.
Page refresh after logging in no longer starts a new remote session.
You’re welcome 😃 into the version 1.5.0, I also added the ability to encrypt the password into the url! just replace “&password” by “&passwordHash=” into the url (see https://github.com/cedrozor/myrtille/blob/master/DOCUMENTATION.md#start-remote-application-from-url)