In development, I hope that user can invoke the RDP app by one click on the web page. I think URL Scheme is the answer.
Actual tests have found that the support for RDP URL Scheme is incomplete.
Platform
MacOS
System version has behave different, actual verification: BigSur supports ok.
1
rdp://full%20address=s:<ip>:<port>&username=s:Administrator
Sonoma not work
Failed to launch ‘rdp://full%20address=s:127.0.0.1:3389&username=s:Administrator’ because the scheme does not have a registered handler.
manual install RDP
Windows
Only supports launching the RDP client, but cannot pass any parameter.
RDP File Download
The currently perfect support is for users to manually download the .rdp
file and open it manually. The File content is followdings.
1 | full address:s:9.9.9.9:3389 |
注意MacOS需手动安装Microsoft Remote Desktop
Note: Microsoft Remote Desktop
is required in MacOS.