FreeRDP-WebConnect
FreeRDP-WebConnect copied to clipboard
Security issue: Password in URL
Password is sent with URL as parameter and can be seen in the history of the browser.
Parameters should be sent via POST not GET (image shows an internal test sample):

This issue was solved with the last merge request.